-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontatos.html
34 lines (31 loc) · 1.3 KB
/
contatos.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>OneO Games</title>
<meta name="viewport" content="width=device-width, inicial-scale=1">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<div class="box">
<a href="index.html"><h1 class="Ptitle" >OneO Games</h1> <a>
<nav><! navegação -->
<ul>
<li><a href="index.html"> OneO <a></li> <!--<a> de ancor - cria a indicaçao para outra página, o link-->
<li><a href="games.html"> Jogos </a></li>
<li><a href="contatos.html"> Estamos aqui </a></li>
</ul>
</nav>
</div>
<body>
<header>
<img class="logo" src="logo.svg" alt="centered image">
</header>
<main>
<h1 class="titlegames"> SITE EM CONSTRUÇÃO</h1>
</main>
<footer>
</footer>
</body>
</html>