-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarkup.html
34 lines (34 loc) · 1.1 KB
/
markup.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>
<head>
<title>Your friendly neighbourhood geek, Aayush Khanna</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="./styles/loader-styles.css">
</head>
<body>
<div class="loader">
<div class="superhero">
<div class="lines">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="base">
<span></span>
<div class="head"></div>
</div>
</div>
<div class="earth">
<div class="earth-shadow"></div>
</div>
<div class="stars"></div>
<div class="stars-2"></div>
<h1></h1>
</div>
</body>
<script src="./functionality/animation-scripts.js"></script>
</html>