-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontato.html
39 lines (33 loc) · 1.21 KB
/
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
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Anna Bella Contato</title>
<link rel="stylesheet" type="text/css" href="estilo.css">
</head>
<body>
<div id="principal">
<img src="imagem/capa.png">
<div id="menu">
<a href="index.html">HOME</a> |
<a href="biografia.html">BIOGRAFIA</a> |
<a href="campanhas.html">CAMPANHAS PUBLICITARIAS</a> |
<a href="contato.html">CONTATO</a> |
</div>
<div id="conteudo">
<p><h1>Contato</h1></p>
<p> Lorem ipsum dolor sit amet consectetur adipisicing elit. Atque earum, voluptatibus tempora a vel sit
laboriosam quasi iure ab excepturi, alias dolore delectus neque. Tempore sit qui doloremque deleniti.
Asperiores.</p>
<img src="imagem/foto1.png" class="campanha">
<div>
<p><strong>Email:</strong>[email protected]</p>
<p><strong>Telefone:</strong>(61) 1133-5577</p>
</div>
</div>
<div>
<h4 class="centralizar">Todos os direitos reservados.</h4>
</div>
</div>
</body>
</html>