-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (57 loc) · 2.71 KB
/
index.html
File metadata and controls
82 lines (57 loc) · 2.71 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<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=Rubik+Wet+Paint&display=swap"
rel="stylesheet">
<title>SCARYTUBE</title>
</head>
<body>
<header>SCARYTUBE</header>
<section class="chamada">
<div class="chamada-texto">
<h1>veja o novo jogo zoochosis</h1>
<p>#zoochosis</p>
<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=Nosifer&family=Rubik+Wet+Paint&display=swap" rel="stylesheet">
</div>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/4_LpsG8FE0Y?si=YCeM8-pBRK5yP8Cd" 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">
<h3>mais videos</h3>
<div class="categoria-videos">
<a href="https://www.youtube.com/watch?v=DlQDuzInPY8"></a>
<img src="https://img.youtube.com/vi/DlQDuzInPY8/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=KLeVHaN66HM"></a>
<img src="https://img.youtube.com/vi/KLeVHaN66HM/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=jZq3S0trPXI"></a>
<img src="https://img.youtube.com/vi/jZq3S0trPXI/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=MDFK3c01nDY"></a>
<img src="https://img.youtube.com/vi/MDFK3c01nDY/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=xt8HpAQfagI"></a>
<img src="https://img.youtube.com/vi/xt8HpAQfagI/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=C2jbRu1w2E4"></a>
<img src="https://img.youtube.com/vi/C2jbRu1w2E4/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=LZsGP68Ng3s"></a>
<img src="https://img.youtube.com/vi/LZsGP68Ng3s/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=lo_1Lj_S1Qg"></a>
<img src="https://img.youtube.com/vi/lo_1Lj_S1Qg/maxresdefault.jpg" />
</a>
<a href="https://www.youtube.com/watch?v=h0qIIfoQ4i0"></a>
<img src="https://img.youtube.com/vi/h0qIIfoQ4i0/maxresdefault.jpg" />
</a>
</div>
</section>
</body>
</html>