-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (63 loc) · 1.95 KB
/
index.html
File metadata and controls
66 lines (63 loc) · 1.95 KB
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
<html lang="pt-BR">
<head>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,
600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<title>Dry Music</title>
</head>
<body>
<header>DRYYMUSIC</header>
<section class="chamada">
<div class="chamada-texto">
<h1>The Time of My Life</h1>
<p>Bill & McKenna Medley</p>
</div>
<div>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/H1MS6apBgzA?si=Q_bCkU99I9AoL1pJ"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-
write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-
when-cross-origin" allowfullscreen></iframe>
</div>
</section>
<section class="categoria">
<h2>Estilo de músicas</h2>
<div class="categoria-videos">
<a
href="https://www.youtube.com/watch?v=zRi5vOwNF1U&list=RDzRi5vOwNF1U&start_radi
o=1">
<img src="https://img.youtube.com/vi/zRi5vOwNF1U/maxresdefault.jpg" />
</a>
<a
href="https://www.youtube.com/watch?v=bo_efYhYU2A&list=RDYQHsXMglC9A&index=3"
>
<img src="https://img.youtube.com/vi/bo_efYhYU2A/maxresdefault.jpg" />
</a>
<a
href="https://www.youtube.com/watch?v=zvFroLUxRDQ&list=RDYQHsXMglC9A&index=2
7">
<img src="https://img.youtube.com/vi/zvFroLUxRDQ/maxresdefault.jpg" />
</a>
<a
href="https://www.youtube.com/watch?v=u1V8YRJnr4Q&list=RDYQHsXMglC9A&index=14
">
<img src="https://img.youtube.com/vi/u1V8YRJnr4Q/maxresdefault.jpg" />
</a>
<a
href="https://www.youtube.com/watch?v=2oX2FSv4Rys&list=RDYQHsXMglC9A&index=15
">
<img src="https://img.youtube.com/vi/2oX2FSv4Rys/maxresdefault.jpg" />
</a>
<a
href="https://www.youtube.com/watch?v=rtOvBOTyX00&list=RDYQHsXMglC9A&index=27
">
<img src="https://img.youtube.com/vi/rtOvBOTyX00/maxresdefault.jpg" />
</a>
</div>
</section>
</body>
</html>