-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodigo.html
More file actions
44 lines (42 loc) · 1.38 KB
/
Codigo.html
File metadata and controls
44 lines (42 loc) · 1.38 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="Codigo css/Codigo.css">
<title>Meu Sistema</title>
</head>
<body>
<header class="caixa">
<nav id="container">
<div id="logo">
<img src="Imagens/logo.jpg" width="220"/>
</div>
<div id="menu">
<ul class="lista">
<li><strong>Produto</strong></cabecalho></li>
<li><strong>Funcionalidades</strong></cabecalho></li>
<li><strong>Preços</strong></cabecalho></li>
<li><strong>Contato</strong></cabecalho></li>
</ul>
</div>
</nav>
</header>
<section>
<h1 class="frase">Teste o seu jogo com qualidade</h1>
</section>
<footer>
<div class="rodape">
<p>Email: johannteixeira2@gmail.com</p>
<p>telefones: +55 (45)991015331 e (45)35222223</p>
<img src="Imagens/facebook.png"width="50px">
<p>Johann Teixeira Maciel</p>
<img src="Imagens/discord.png" width="50px">
<p>Truanqui#6263</p>
<img src="Imagens/twitter.png" width="50px">
<p>truanqui001</p>
</div>
</footer>
</body>
</html>