-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
33 lines (24 loc) · 874 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
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<!--====== Required meta tags ======-->
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!--====== Title ======-->
<title>Home | Ayro UI</title>
<!--====== Favicon Icon ======-->
<link rel="shortcut icon" href="assets/images/favicon.svg" type="image/svg" />
<!--====== Bootstrap css ======-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<!--====== Line Icons css ======-->
<link rel="stylesheet" href="assets/css/lineicons.css" />
<!--====== Style css ======-->
<link rel="stylesheet" href="assets/scss/starter.css" />
</head>
<body>
<!--====== PART START ======-->
<!--====== PART ENDS ======-->
</body>
</html>