-
Notifications
You must be signed in to change notification settings - Fork 0
/
games-no-brasil.html
90 lines (73 loc) · 2.44 KB
/
games-no-brasil.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>"Retro Games"</title>
<!--Link com a folha de estilo -->
<link rel="stylesheet" href="style.css">
<!--importante para SIO-->
<meta name="descripition" content="m site totalmente decidado a informaçoes sobre os jogos retro.">
<link rel="shortcut icon" href="img/logo-tipo.png">
</head>
<body>
<!-- Cabeçalho -->
<header>
<div class="FlexMenu">
<div id="logo">
<img src="./img/retrozin.jpg" alt="logo-tipo">
</div>
<nav>
<input type="checkbox" id="check">
<label for="check">☰
</label>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./sobre.html">Sobre</a></li>
<li><a href="./contato.html">Contato</a></li>
<li><a href="./consoles.html">Console</a></li>
<li><a href="./produtora.html">Produtora</a></li>
</ul>
</nav>
</div>
</header>
<!--Conteudo principal-->
<main>
<video autoplay muted loop src="img/videoretro(1).mp4">
<div id="banner">
<h1>Retro Games</h1>
<h2>Relembre os velhos tempos</h2>
</div>
</video>
</main>
<section class="Container">
<ul>
<li><a href="games-no-brasil/pirataria.html">pirataria</a></li>
</ul>
</section>
<section class="Container">
<div class="Card">
<img src="./img/transferir.png" alt=" Em construção">
<h3> Em construção</h3>
<p>site em desenvolvimento.Atualizaçoes postadas direto no instagram</p>
<a href="https://www.instagram.com/kaiozeraofc/" target="_blank" class="Button">Saiba +</a>
</div>
</section>
<!-- Rodapé -->
<footer>
<div class="Container Flex">
<div id="social">
<a href="https://www.instagram.com/kaiozeraofc/" target="_blank"><img src="./img/insts.png" alt="Instagram"></a>
<a href="https://www.facebook.com/profile.php?id=100069752286979" target="_blank"><img src="./img/faccebok.png"
alt="Facebook"></a>
<a href="https://web.whatsapp.com/" target="_blank"><img src="./img/watts.png" alt="whatsapp"></a>
</div>
<div id="copyright">
<p>© 2024 -Kaio Eduardo - Site dedicado a fins didático</p>
</div>
</div>
</footer>
<!--Topo-->
<a href="#logo" id="topo"><img src="./img/seta.png" alt="seta Topo"></a>
</body>
</html>