-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 949 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<!******* FAVICONS *******>
<link rel='apple-touch-icon' sizes='180x180' href='images/favicons/apple-touch-icon.png'>
<link rel='icon' type='image/png' sizes='32x32' href='images/favicons/favicon-32x32.png'>
<link rel='icon' type='image/png' sizes='16x16' href='images/favicons/favicon-16x16.png'>
<link rel='manifest' href='images/favicons/site.webmanifest'>
<!******* END FAVICONS *******>
<link rel='stylesheet' href='styles.css'>
<link rel='preconnect' href='https://fonts.gstatic.com'>
<link href='https://fonts.googleapis.com/css2?family=Poppins&display=swap' rel='stylesheet'>
<script defer src='scripts.js'></script>
<title>User Verification System</title>
</head>
<body id='body'>
</body>
</html>