-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (81 loc) · 2.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Zane</title>
<!-- General Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Responsive Meta -->
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<!-- Discord Meta -->
<meta content="Zane" property="og:title" />
<meta content="Find solace in yourself." property="og:description" />
<meta content="fakezane.net" property="og:site_name" />
<meta name="theme-color" content="#1d1d1d" />
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/styles.css" />
</head>
<body>
<div id="wrapper">
<div id="container">
<div id="background"></div>
<div id="np">
<div id="now-playing"></div>
</div>
</div>
</div>
<section id="main">
<h1 id="title">Zane</h1>
<h4 id="subtitle">Find solace in yourself.</h4>
<div id="links">
<ul class="icons">
<li>
<a href="https://discord.gg/EYKxkce" target="__blank"
><i class="fab fa-discord"></i
></a>
</li>
<li>
<a href="https://twitter.com/AnotherZane" target="__blank"
><i class="fab fa-twitter"></i
></a>
</li>
<li>
<a
href="https://www.youtube.com/@anotherzane"
target="__blank"
><i class="fab fa-youtube"></i
></a>
</li>
<li>
<a
href="https://open.spotify.com/user/56c1ap98w6metug81fgqic6b2/"
target="__blank"
><i class="fab fa-spotify"></i
></a>
</li>
<li>
<a href="https://twitch.tv/anotherzane/" target="__blank"
><i class="fab fa-twitch"></i
></a>
</li>
<li>
<a
href="https://steamcommunity.com/id/AnotherZane/"
target="__blank"
><i class="fab fa-steam"></i
></a>
</li>
<li>
<a href="https://github.com/AnotherZane" target="__blank"
><i class="fab fa-github"></i
></a>
</li>
</ul>
</div>
</section>
<script type="text/javascript" src="./assets/js/scripts.js"></script>
</body>
</html>