-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (57 loc) · 2.98 KB
/
index.html
File metadata and controls
86 lines (57 loc) · 2.98 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
83
84
85
86
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bitcount+Grid+Double:wght@100..900&display=swap"
rel="stylesheet">
<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=Anton&display=swap" rel="stylesheet">
<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=Bebas+Neue&display=swap" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/pricedown" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>vinao-Flix</title>
</head>
<body>
<header id="header">
<p> VINAOFLIX</p>
</header>
<section class="principal" id="principal">
<div class="texto">
<h2>GTA 6 vai quebrar a indústria dos jogos?</h2>
<p>#VIDEOGAME</p>
<p>#MAGODAVAJONAS</p>
</div>
<div class="iframe">
<iframe src="https://www.youtube.com/embed/5XVHFqH_7Nc?si=a20vNT4T1YFEtxSh" 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="carrosel">
<a href="https://www.youtube.com/watch?v=VkhW-qclqYQ" target="_blank"><img
src="https://i.ytimg.com/vi/VkhW-qclqYQ/hq720.jpg?sqp=-oaymwEnCNAFEJQDSFryq4qpAxkIARUAAIhCGAHYAQHiAQoIGBACGAY4AUAB&rs=AOn4CLCw3jC2VWfJItINEKLCsahycOcHwQ"
alt=""></a>
<a href="https://www.youtube.com/watch?v=rKzmhgdlNX8" target="_blank"><img
src="https://i.ytimg.com/vi/rKzmhgdlNX8/hq720.jpg?sqp=-oaymwEnCNAFEJQDSFryq4qpAxkIARUAAIhCGAHYAQHiAQoIGBACGAY4AUAB&rs=AOn4CLCNna4ufZ8xzpCwbNl2gY8lQyyxKw"
alt=""></a>
<a href="https://www.youtube.com/watch?v=njpGamwhucQ" target="_blank"><img
src="https://i.ytimg.com/vi/njpGamwhucQ/hq720.jpg?sqp=-oaymwEnCNAFEJQDSFryq4qpAxkIARUAAIhCGAHYAQHiAQoIGBACGAY4AUAB&rs=AOn4CLDn30XuDsuu23fwvYpsRi1-8APshA"
alt=""></a>
<a href="https://www.youtube.com/watch?v=Qhi3WoVSfoI" target="_blank"><img
src="https://i.ytimg.com/vi/Qhi3WoVSfoI/hq720.jpg?sqp=-oaymwEnCNAFEJQDSFryq4qpAxkIARUAAIhCGAHYAQHiAQoIGBACGAY4AUAB&rs=AOn4CLCVZErDnohxT5Knvcf9Q4OWwVk4kg"
alt=""></a>
<a href="https://www.youtube.com/watch?v=hNGavYkLO5s" target="_blank"><img
src="https://i.ytimg.com/vi/hNGavYkLO5s/hq720.jpg?sqp=-oaymwEnCNAFEJQDSFryq4qpAxkIARUAAIhCGAHYAQHiAQoIGBACGAY4AUAB&rs=AOn4CLANixOk3_RiHq7vR3EbBYOuFeXhWg"
alt=""></a>
</section>
<div class="espaco">
<a href="#header"> Voltar </a>
</div>
</body>
</html>