-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlinks.html
48 lines (47 loc) · 1.66 KB
/
links.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Cami's world!</title>
</head>
<body>
<nav class = "navbar">
<td>
<a href="index.html">HOME</a>
<a href="music.html">MUSIC</a>
<span class="current">[LINKS]</span>
</td>
</nav>
<div id="audiobtn" class="audiobtn">
<p style="padding-left:8px;padding-right:8px">music</p>
<audio id="audio" src="./ida deerz - idaidaida II - 08 ask dennis! (ft. snazztacular & Dorkus64).mp3" controls></audio>
</div>
<div class="container">
<h1><center>LINKS!!!</center></h1>
<hr>
<p1><center>Here's some links to my other stuff :3</center></p1>
<div class="link-container">
<a href="https://www.tiktok.com/@camiyufox?_t=8pQLNNeaiN4&_r=1" target="_blank">TikTok</a>
<a href="https://twitter.com/CamiyuFox" target="_blank">Twitter</a>
<a href="https://boxd.it/9XI3t" target="_blank">Boxd</a>
<a href="https://www.last.fm/user/stupidgayfurry" target="_blank">Last.fm</a>
<a href="https://www.discogs.com/user/Cami.d3drat" target="_blank">Discogs</a>
<a href="https://bandcamp.com/camiyufox" target="_blank">Bandcamp</a>
</div>
</div>
<footer class="credit">
<p>Made with help from <a href="https://neomoth.dev" target="_blank">neomothdev</a></p>
</footer>
<footer class="footer" id="footer">
<span class="footer-text">
<p class="rainbow">silly blinkies go brrrr</p>
</span>
<div id="scroller" class="scroller">
</div>
</footer>
</body>
<script src="scroll.js"></script>
<script src="music.js"></script>
</html>