-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (31 loc) · 937 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
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="cursor"></div>
<nav>
<a href="">Azhar</a>
<p>Lorem ipsum dolor sit amet </p>
</nav>
<footer>
<div class="links">
<a href="https://github.com/Nithze">Github</a>
<a href="https://www.instagram.com/yithze/">Instagram</a>
<a href="">Twitter</a>
<p>Lorem ipsum dolor sit amet consectetur.</p>
</div>
</footer>
<div class="container">
<div class="gallery">
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
<script type="module" src="./data.js"></script>
<script type="module" src="./script.js"></script>
</body>
</html>