-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContatos.html
48 lines (37 loc) · 1.02 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>Contatos</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="cabecalho">
<img src="./logo.png" alt="//Logo">
<span class="link">
<a href="index.html">Home |</a>
<a href="Quem Somos.html">Quem Somos |</a>
<a href="Contatos.html">Contatos </a>
</span>
</div>
<div>
<h1>Entre em contato</h1>
<h2>Lorem ipsum dolor sit amet consectetur adipisicing elit.</h2>
<hr class="hr">
</div>
<div>
<h2>Seu e-mail:
<input type="text" name="email" size="40" />
</h2>
<h2>Assunto:
<input class="alinhar" type="text" name="assunto" size="40" />
</h2>
<h2>Descrição:
<input type="text" name="descrição" size="70" />
</h2>
</div>
<div class="roda">
Todos os direitos reservados®
</div>
</body>
</html>