-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfear.html
94 lines (90 loc) · 2.27 KB
/
fear.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
<!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="body3">
<center>
<div class="title">
<p>Here's a playlist to suit your mood!!</p>
</div>
</center>
<br />
<br />
<center>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/-1dSY6ZuXEY')"
>
Spooky Scary Skeletons
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/x7gfYWjuUR8')"
>
Disturbia - Rihanna
</button>
<br>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/h9NJwvRXOMo')"
>
HALLOWEEN THEME (TRAP REMIX)
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/VnyigpFSai4')"
>
The Nightmare Before Christmas Soundtrack
</button>
<br>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/l18A5BOTlzE')"
>
Five Nights at Freddy's 1 - The Living Tombstone
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/EiNwUpco4OI')"
>
Friday Night Funkin' - Spookeez
</button>
<br>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/Fe93CLbHjxQ')"
>
Ghostbusters - Ray Parker Jr.
</button>
<button
class="button"
onclick="setURL('https://www.youtube.com/embed/Z85lxckrtzg')"
>
Thriller - Michael Jackson
</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>