-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontato.html
37 lines (31 loc) · 997 Bytes
/
contato.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Contato</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="contato.css">
</head>
<body>
<!------------------ Menu do site ------------------>
<div id="navegacao">
<div id="area">
<!-- <h1 id="logo"><span class="verde">Tec</span>Blog</h1> -->
<div id="menu" class="fonte">
<a href="principal.html">Home</a>
<a href="pacotes.html">Pacotes</a>
<a href="passagens.html">Passagens</a>
<a href="hoteis.html">Hotéis</a>
<a href="sobre.html">Sobre</a>
<a href="contato.html">Contato</a>
<a href="login.html">Login  <img class="img-user" src="imagens/user.png"></a>
</div>
</div>
</div>
<!----------------------------------------------------------------->
<!------------------ Titulo Contato ------------------>
<div id="titulo">
<h1>Contato</h1>
</div>
<!----------------------------------------------------------------->
</body>
</html>