-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (58 loc) · 1.8 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
<!DOCTYPE html>
<html>
<head>
<link href="css/root.css" rel="stylesheet" type="text/css" />
<link href="css/animations.css" rel="stylesheet" type="text/css" />
<link href="css/navbar.css" rel="stylesheet" type="text/css" />
<link href="css/banner.css" rel="stylesheet" type="text/css" />
<link href="css/main.css" rel="stylesheet" type="text/css" />
<link href="css/footer.css" rel="stylesheet" type="text/css" />
<font face="verdana" />
<title>
Excederus
</title>
</head>
<body>
<header id="navbar">
<a class="nav-entry active" href="index.html">
Main
</a>
<a class="nav-entry non-active" href="music.html">
Music
</a>
</header>
<img id="banner" src="images/main-banner.png" />
<main id="main-section">
<div class="thin">
<h1 style="text-align:center;">
Heh
</h1>
<h5 style="text-align:center;">
Here listen to some nice Lofi
</h5>
<div style="text-align:center;">
<iframe width="854" height="480" src="https://www.youtube.com/embed/5qap5aO4i9A" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="spacer">
</div>
</div>
</main>
<footer id="footer">
<a class="foot-entry" href="https://twitter.com/Excederus" target="_blank">
Twitter
</a>
<a class="foot-entry" href="https://www.reddit.com/user/Excederus" target="_blank">
Reddit
</a>
<a class="foot-entry" href="https://github.com/Excederus" target="_blank">
Github
</a>
<a class="foot-entry" href="https://www.youtube.com/channel/UCTPydUf4a4Eab0crmeooYqA" target="_blank">
Youtube
</a>
<a class="foot-entry" href="https://soundcloud.com/excederus" target="_blank">
Soundcloud
</a>
</footer>
</body>
</html>