-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
99 lines (99 loc) · 3.09 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
<!DOCTYPE html>
<html>
<head>
<style>
div {display: block;}
</style>
<meta charset="utf-8">
<title>
LIVER'S PLAYLIST
</title>
</head>
<body>
<h1>
<b>
<font size=7>
<font color="#ff0000">
ABOUT
</font>
<font color="#ff8000">
MUSIC
</font>
<font color="#0080ff">
AND
</font>
<font color="#8000ff">
DANCE.
</font>
</font>
</b>
</h1>
<i>
<a name="here">
HERE IS SOMETHING
</a>
<a href="https://www.youtube.com/playlist?list=PLI2Is7Tote9wQGoEQrqMh9fPmHNLc1HmO">
DOPE
</a>
<a name="example">
<br>EXAMPLES:
</a>
</i>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/R7f5TnsmaBk"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</div>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/lrj2y0ebUq8"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/wlqJele6HHc"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<i>
<a name="here">
AND HERE ARE MY DANCING VIDEOS.
</a>
</i>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/bC0I-Rvj2k4"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/FVgFmoOmrF8"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/dZPpfpoNbN0"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<i>
<a name="here">
AND HERE IS THE MUSIC I LIKE.
</a>
</i>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/FDxxGgK8PbE"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/_z-I8OpCnv4"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/VOj-USZaz4Q"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</body>
</html>