-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
41 lines (40 loc) · 1.71 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
41
<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">
<title>Top 5 life hacks today! - ChovhaShoko Store</title>
<base href="./">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link type="text/css" rel="stylesheet" href="css/timeControl.css">
<link type="text/css" rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/js/all.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>
<div id="container">
<navbar>
<ul>
<li>ChovhaShoko</li>
<li><a target="_blank" href="https://instagram.com/chovhashoko">Instagram</a></li>
<li><a target="_blank" href="https://twitter.com/chovhashoko/">Twitter</a></li>
</ul>
</navbar>
<div class="back-div">
<div class="animated-text"></div>
<div class="animated-carousel">
<div id="carousel-div" class="carousel-div">
</div>
<div class="overlay"></div>
</div>
<svg id="animated-path" xmlns="http://www.w3.org/2000/svg">
</svg>
</div>
<footer>
<p>© 2023 <a target="_blank" href="https://chovhashoko.store">Top 5 Life Hacks Today! - ChovhaShoko Store</a></p>
</footer>
</div>
<script type="module" src="js/index.js"></script>
</body>
</html>