-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontato.html
44 lines (35 loc) · 1.02 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
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Nicanor Bueno Mendes Contato</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="principal">
<img src="">
</div>
<div id="menu">
<a href="index.html">HOME</a> |
<a href="quem-somos.html">QUEM SOMOS</a> |
<a href="noticias.html">NOTÍCIAS</a> |
<a href="contato.html">CONTATO</a>
</div>
<div id="conteudo"> <!--Inicio do conteudo-->
<h1>Contato</h1>
<img src=""
<p>
Entre em contato para agendar uma visita e tirar dúvidas sobre matrículas.Se você tem alguma dúvida, sugestão, reclamação, elogio ou qualquer outro comentário que deseja expor diretamente à Diretora, este é o canal direto.</p>
<div>
<strong>e-mail:</strong>
julnicanorbueno@seed.pr.gov.br>
<strong>telefone:</strong>
(43) 3626-1536
</div>
</div> <!--Fim do conteudo-->
<div id="rodape">
<h4>Todos os direitos reservados</h4>
</div>
</body>
</html>