-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocalizacao.html
More file actions
51 lines (42 loc) · 1.57 KB
/
localizacao.html
File metadata and controls
51 lines (42 loc) · 1.57 KB
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
49
50
51
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title> Index </title>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Cabeçalho -->
<header>
<h1>PEDRA DA CEBOLA</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="sobre.html">Sobre</a></li>
<li><a href="localizacao.html">Localização</a></li>
</ul>
</nav>
</header>
<!--Conteudo-->
<div>
<article>
<h2>Contato</h2>
<section>
<p>Telefones: (27) 3327-4353 , 3327-4298</p>
</section>
<h3>Horário de Funcionamento:</h3>
<section>
<p>Todos os dias, das 5h às 22 horas e nas segundas-feiras fecha entre 9h e 17h para manutenção.</p>
</section>
</article>
<aside>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3742.572383542277!2d-40.30030952411953!3d-20.27656184919515!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xb81804ad481d6f%3A0x71875203a67637ac!2sParque%20Pedra%20da%20Cebola!5e0!3m2!1spt-BR!2sbr!4v1694450843074!5m2!1spt-BR!2sbr" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</ul>
</aside>
</div>
<!--Rodapé-->
<footer>
<p class ="rodape">Criado por Robson Vitali</p>
</footer>
</body>
</html>