-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (27 loc) · 1.08 KB
/
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
34
35
36
37
38
39
40
<!doctype html>
<html lang="en">
<head>
<title>Page title</title>
<meta name="Description"
content="This is a description">
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#f9ae00" />
<link rel="stylesheet" href="/assets/css/custom.min.css" type="text/css">
</head>
<body id="top">
<header>
</header>
<nav>
</nav>
<footer class="">
</footer>
<script type="text/javascript" src="/assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/assets/js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="/assets/js/swiper-bundle.min.js"></script>
<script type="text/javascript" src="/assets/js/glightbox.min.js"></script>
{# // <script type="text/javascript" src="/assets/js/rellax.min.js"></script> #}
<script type="text/javascript" src="/assets/js/custom.js"></script>
</body>
</html>