-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathc_b.html
88 lines (75 loc) · 4.71 KB
/
c_b.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>
<!DOCTYPE THERE ARE COMMENTS LEFT BY OWNER, JINXCADE>
<html>
<head>
<!DOCTYPE TITLE AND META PROPS AND STUFF>
<title>JinxCade's Site | Music</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!DOCTYPE FAVICON AND WIDTH FIX>
<link rel="icon" type="image/png" href="favicon.png">
<meta http-equiv="Content-Type" content="text/html" />
<!DOCTYPE CSS AND JS LOAD>
<link href="css.css" rel="stylesheet" type="text/css" media="all">
<link href="js.js" rel="stylesheet" type="text/js" media="all">
</head>
<body>
<!DOCTYPE NAVIGATION BAR>
<div class="topnav">
<a class="heading_font" href="index.html">Home</a>
<a class="heading_font" href="about.html">About</a>
<a class="heading_font" href="apps.html">Apps</a>
<a class="heading_font" href="archives.html">Archives</a>
<a class="heading_font" href="sites.html">Sites</a>
<a class="heading_font" href="changelog.html">Changelog</a>
<a class="heading_font" href="chat.html">Chat</a>
<a class="heading_font" href="more.html">More</a>
</div>
<br><br>
<!DOCTYPE MAIN DIV>
<div style="padding:0px;margin-top:5%"></div>
<h1 class="heading_font sticky rough text_center color_accent1">Music - Celeste B-Sides</h1>
<p class="border rough text_center color_accent1 smaller_size">Listen to Celeste music!<p>
<div class=""><a href="ridge.html">
<div class="color_accent1 smooth_loose selection">
<img class="smooth_loose" src="https://jinxcade.github.io/jinxcade-media/audio/celeste/b.jpeg" alt="link" width="480">
<div class="soft_font selection_text">Golden Ridge</div></div></a>
<div class=""><a href="climb.html">
<div class="color_accent1 smooth_loose selection">
<img class="smooth_loose" src="https://jinxcade.github.io/jinxcade-media/audio/celeste/b.jpeg" alt="link" width="480">
<div class="soft_font selection_text">Summit</div></div></a>
<div class=""><a href="reflect.html">
<div class="color_accent1 smooth_loose selection">
<img class="smooth_loose" src="https://jinxcade.github.io/jinxcade-media/audio/celeste/b.jpeg" alt="link" width="480">
<div class="soft_font selection_text">Reflection</div></div></a>
<div class=""><a href="temple.html">
<div class="color_accent1 smooth_loose selection">
<img class="smooth_loose" src="https://jinxcade.github.io/jinxcade-media/audio/celeste/b.jpeg" alt="link" width="480">
<div class="soft_font selection_text">Mirror Temple</div></div></a>
<div class=""><a href="city.html">
<div class="color_accent1 smooth_loose selection">
<img class="smooth_loose" src="https://jinxcade.github.io/jinxcade-media/audio/celeste/b.jpeg" alt="link" width="480">
<div class="soft_font selection_text">Forsaken City</div></div></a>
<div class=""><a href="core.html">
<div class="color_accent1 smooth_loose selection">
<img class="smooth_loose" src="https://jinxcade.github.io/jinxcade-media/audio/celeste/b.jpeg" alt="link" width="480">
<div class="soft_font selection_text">The Core</div></div></a>
<div class=""><a href="resort.html">
<div class="color_accent1 smooth_loose selection">
<img class="smooth_loose" src="https://jinxcade.github.io/jinxcade-media/audio/celeste/b.jpeg" alt="link" width="480">
<div class="soft_font selection_text">Celestial Resort</div></div></a>
<div class=""><a href="demo.html">
<div class="color_accent1 smooth_loose selection">
<img class="smooth_loose" src="https://jinxcade.github.io/jinxcade-media/audio/celeste/b.jpeg" alt="link" width="480">
<div class="soft_font selection_text">(Bonus) Area 1 Demo</div></div></a>
<div class=""><a href="old.html">
<div class="color_accent1 smooth_loose selection">
<img class="smooth_loose" src="https://jinxcade.github.io/jinxcade-media/audio/celeste/b.jpeg" alt="link" width="480">
<div class="soft_font selection_text">Old Site</div></div></a>
<!DOCTYPE FIXED TEXT>
<div class="fixed">
<p class="soft_font rect_loose color_accent1">Made by JinxCade! 2023-2024</p>
<p class="cool_font rect_loose color_venith1">Powered by venith!</p>
</div>
</div>
</body>
</html>