-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (19 loc) · 813 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<!-- * meta -->
<meta charset="UTF-8">
<meta name="author" content="Khaled Mohamed">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale = 1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="shortcut icon" href="./dist/favicons/favicon.ico" type="image/x-icon">
<link rel="manifest" href="./dist/favicons/site.webmanifest">
<meta name="description" content="Just a UI task!">
<title>Responsive Login Page | UI Challenge Intern2grow 1</title>
<link rel="stylesheet" href="./dist/css/index.css">
</head>
<body>
</body>
</html>