-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsadness.html
119 lines (116 loc) · 2.97 KB
/
sadness.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>Moodifier - Playlist | Sadness</title>
<script async src="index.js"></script>
<link rel="stylesheet" href="styles2.css" />
</head>
<body class="body1">
<center>
<div class="title">
<p>We can relate</p>
</div>
</center>
<br />
<br />
<center>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/LAW5JibpkTY')"
>
Grenade - Bruno Mars
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/a9IbmRb1KEc')"
>
Hello - Adele
</button>
<br>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/GVZqDCG2VrA')"
>
Nobody - Mistski Mistski
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/fRQg_9ulGuI')"
>
Summertime sadness - Lana Del Ray
</button>
<br>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/73zPHV40lq')"
>
Wish the world away - Ollie MN
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/YExTeG6cYiw')"
>
No Halo - BrockHampton
</button>
<br>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/8UVNT4wvIGY')"
>
Somebody that I used to know - Gotye
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/vzjUs5yR68o')"
>
Slow Dancing in the Dark - Joji
</button>
<br>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/HZcRKJf7rOI')"
>
Like you do - Joji
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/yS2KyK3pqj4')"
>
As the world caves in - Matt Maltese
</button>
<br>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/EB32NhsQGJA')"
>
Good Years - Zayn
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/_QzFnZ5oyTw')"
>
Calamity - Zayn
</button>
<br /><br /><br />
<iframe
id="iframe"
width="280"
height="157.5"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</center>
<div class="footer">
<center>
<p>
made with ❤ by Hanna, Elle, Job and Aakash | source code in GitHub
repo<a href="https://github.com/aakzsh/moodifier" color="white">
here</a
>
</p>
</center>
</div>
</body>
</html>