-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (46 loc) · 1.04 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Cyber-Secret</title>
</head>
<body>
<!--Start Header-->
<header>
<div class="top">
<h2>CYBER-SECRET</h2>
</div>
</header>
<!--Ends Header-->
<!--Start Navbar-->
<nav>
</nav>
<!--End Navbar-->
<!--Start SectionS -->
<section>
<div id="loading">
<div class="waviy">
<span style="--i:1">L</span>
<span style="--i:2">o</span>
<span style="--i:3">a</span>
<span style="--i:4">d</span>
<span style="--i:5">i</span>
<span style="--i:6">n</span>
<span style="--i:7">g</span>
<span style="--i:8">.</span>
</div>
</div>
</section>
<!--Ends SectionS -->
<!--Start Footer-->
<footer>
<div>
<h6>[d3j1×] </h6>
</div>
</footer>
<!--Ends Footer-->
<script src="https://kit.fontawesome.com/bb271890d7.js" crossorigin="anonymous"></script>
</body>
</html>