-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacto.html
39 lines (35 loc) · 1.63 KB
/
contacto.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>
<head>
<title>Turismo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keyboards" content="tusrismo, carlos paz, cordoba, senderismo, twerking">
<meta name="description" content="Un sitio web para compartir información turística.">
<meta name="author" content="Emiliano Iacovino, Luisina Lavayen">
<meta name="robots" content="index">
<link rel="icon" href="imgs/p3.ico">
<link rel="stylesheet" type="text/css" href="css/estilo.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime:wght@700&display=swap" rel="stylesheet">
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script type="text/javascript" src="https://npmcdn.com/parse/dist/parse.min.js"></script>
</head>
<body>
<header id="main_header">
<h1>Turismo en Carlos Paz</h1>
<button class="headerBttn" onclick="window.open('index.html', '_self');">Home</button>
<button class="headerBttn" onclick="window.open('index.html', '_self');">Galeria de Fotos</button>
<button class="headerBttn" onclick="window.open('index.html', '_self');">Circuitos turisticos</button>
<button class="headerBttn" onclick="window.open('contacto.html', '_self');">Contacto</button>
</header>
<section>
<h2>Contacto</h2>
</section>
<footer>
©2023 Emiliano Iacovino & Luisina Lavayen. Todos los derechos reservados.
</footer>
</body>
</html>