forked from Job-madi/moodifier-html-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhappiness.html
156 lines (142 loc) · 3.77 KB
/
happiness.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>Moodifier - Playlist | Happiness</title>
<script async src="index.js"></script>
<link rel="stylesheet" href="styles2.css" />
</head>
<body class="body5">
<center>
<div class="title">
<p>Ayee cheer up even more!!</p>
</div>
</center>
<br />
<br />
<center>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/dqt8Z1k0oWQ')"
>
Can’t Feel My Face - The Weeknd
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/nCEuT91UAcg')"
>
Kokomo - Beach Boys
</button>
<br>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/YBdyc1WDlBQ')"
>
Livin' On A Prayer - Bon Jovi
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/bsAs-xrUfjw')"
>
Kiss U Right Now - Duckwrth
</button>
<br>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/HLBqwrobyRk')"
>
Lizzo - Juice
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/WhHS8xexCaU')"
>
Anything You Want - Jawny
</button>
<br>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/2IA7QExh-NQ')"
>
Ain't it fun - Paramore
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/Dwzk-XZxZ4k')"
>
telepatía - Kali Uchis
</button>
<br>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/y_uvv1UKMQ0')"
>
Still feel - Half Alive
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/JSw2CF4EoKA')"
>
Signal - Twice
</button>
<br>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/V60N12UFNN4')"
>
Friday Night Funkin' OST - Bopeebo
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/egUQju95vT8 ')"
>
Studio Killers - Jenny
</button>
<br>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/OqBuXQLR4Y8')"
>
Best Friend - Red Orange Country
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/pXT_XCi6G9Y')"
>
Love - Deantrbl
</button>
<br>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/BHfXhiUgnQ0')"
>
Pump It - The Black Eyed Peas
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/G9cD3987ub8 ')"
>
Bonnie & Clyde - Deantrbl
</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>