-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (43 loc) · 1.63 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>xtacy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#1c1c1c">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<link rel="shortcut icon" type="image/png" href="./static/img/favicon.png"/>
<link rel="shortcut icon" type="image/png" href="https://cdn.xtacy.org/p/faviconpng/">
</head>
<body>
<link rel="stylesheet" type="text/css" media="screen" href="./static/style.css" />
<!-- START PAGE CONTENT -->
<div class="container">
<div class="rotor">
<div class="rotary"><div class="cyc"></div></div>
</div>
<section class="mid">
<div class="main">
<div class="title">
<div class="cyc-container"><div class="cyc"></div></div>
<div id="name">xtacy</div>
<div class="subtitle">thank you</div>
</div>
</section>
<section class="details">
<div class="tag">
celebrating humanity
<p id="dates">March 2019</p>
</div>
<div class="org">
<p id="contact">
talk to us <b class="bold">[email protected]</b>
</p>
<p class="dev">Developed with 💛 by NAMAK</p>
</div>
</section>
</div>
<!-- END PAGE CONTENT -->
</body>
</html>