-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (46 loc) · 2.24 KB
/
index.html
File metadata and controls
53 lines (46 loc) · 2.24 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
<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>Guiminamflix</title>
</head>
<body>
<header>GUIMINAMFLIX</header>
<section class="chamada">
<div class="chamada-texto">
<h1>Relanpago mcqueen</h1>
<p>#a luta para vencer</p>
</div>
<div>
<iframe width="1200" height="500" src="https://c4.wallpaperflare.com/wallpaper/794/794/404/lightning-mcqueen-cars-3-wallpaper-preview.jpg"
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>Filmes e séries</h2>
<div class="categoria-videos">
<a href="https://youtu.be/sGYnpfE0APo?si=toJZohy_oX9LxqBd">
<img src="https://amazonasatual.com.br/wp-content/uploads/2017/07/Carros-3.jpg" />
</a>
<a href="https://youtu.be/Jw0zaGEgFvM?si=T0hDSDvIEGhRuno-">
<img src="https://wallpapercave.com/wp/wp2211939.jpg" />
</a>
<a href="https://youtu.be/zxcCUI8ly7o?si=DPmRGajMgdVOAMGk">
<img src="https://steamuserimages-a.akamaihd.net/ugc/783001864312184110/C7C04E13D4991DD9D0A2B5E3CF75459237C3FD6D/?imw=5000&imh=5000&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false" />
</a>
<a href="https://youtu.be/01QJSRSAKv8?si=nwBfAVlic2zeDEER">
<img src="https://wallpapers.com/images/hd/lightning-mcqueen-mountain-8u3wi5gclhh73pyy.jpg" />
</a>
<a href="https://youtu.be/9OHDxZITiUs?si=PJgZZVtXLcgVH-Ed">
<img src="https://images8.alphacoders.com/844/thumb-1920-844141.jpg" />
</a>
</div>
</section>
</body>
</html>