-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (88 loc) · 3.35 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>No. 4</title>
<link rel="stylesheet" href="https://unpkg.com/mvp.css">
<style>
@media only screen and (max-width: 480px) {
audio {
padding: 5%;
}
}
</style>
</head>
<body>
<header style="padding-top: 5%; font-size: 300%;">
<h1>No. 4</h1>
<p>An exploration of the best number 4s in music</p>
</header>
<figure style="padding: 3%">
<img src="IMG_3126.jpeg">
<figcaption> *The beginning of a great partnership</figcaption>
</figure>
<blockquote style="font-size: 200%; width: 50%;">
"Yo dude, so I went to this federalist society conference, and I heard this awesome story about mortitians..."
<footer>- Brown Trout, CEO of Good Speak</footer>
</blockquote>
<div style="text-align: center;">
<p>The Song that Started It All, No. 4 Most Popular Song</p>
<audio controls>
<source src="music/John%20Denver%20-%20Rocky%20Mountain%20High%20(Official%20Audio).mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<p>$$$, was No. 4 most popular when it came out</p>
<audio controls>
<source src="music/Ancapistan.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<p>$$$, now is No. 4 Most Popular</p>
<audio controls>
<source src="music/Print%20Money.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<p>$$$, Wait, another No. 4 Most popular?</p>
<audio controls>
<source src="music/Money%20-%20Pink%20Floyd%20HD%20(Studio%20Version).mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<p>As per your recommendation, No. 4 on the Album</p>
<audio controls>
<source src="music/Billy%20Joel%20-%20Scenes%20from%20an%20Italian%20Restaurant%20(Official%20Audio).mp3"
type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<p>No. 4 most popular</p>
<audio controls>
<source src="music/Billy%20Joel%20-%20She's%20Always%20a%20Woman%20(Official%20Audio).mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<p>Wait, how'd this get here?</p>
<audio controls>
<source src="music/SYSTEM%20REBOOT,%20SON...AGAIN!.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<p>JoJo is 4 letters long (that's all I could come up with but I really wanted this in here)</p>
<audio controls>
<source src="music/JoJo's%20Bizarre%20AdventureGolden%20Wind%20OST%20Giorno's%20Theme%20Il%20vento%20d'oro%20(Main%20Theme).mp3"
type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<p>Just Wait...</p>
<audio controls>
<source src="music/Roundabout%20by%20Yes%20(to%20be%20continued%20meme%20music).mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</div>
<footer>
<hr>
<h2>
The No. 4 Mix tape: Coming Soon... (or comically late)
</h2>
<p>
This here website has been constructed for the No. 1 Tenney roommate, always out here converting the
bois to small government.
</p>
</footer>
</body>
</html>