-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathba.html
42 lines (40 loc) · 1.86 KB
/
ba.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
<!DOCTYPE html>
<!DOCTYPE THERE ARE COMMENTS LEFT BY OWNER, JINXCADE>
<html>
<head>
<!DOCTYPE TITLE AND META PROPS AND STUFF>
<title>JinxCade's Site | Music - Selected</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 'Bad Apple'</h1>
<div class="border smooth text_center color_accent1 smaller_size"><audio controls loop><source src="audio/ba.mp3" type="video/mp4">Ack! Your browser doesn't support audio playback!</audio>
<div>
<!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>