-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactos.htm
29 lines (29 loc) · 1.52 KB
/
contactos.htm
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Contactos - La Yoica</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="/css/reset.css?v=6">
<link rel="stylesheet" type="text/css" href="/css/master.css?v=6" />
<link rel="stylesheet" type="text/css" href="/css/menu.css?v=6">
<link rel="stylesheet" type="text/css" href="/css/footer.css?v=6">
<link rel="stylesheet" type="text/css" href="/css/contact.css?v=6" />
<link href='https://fonts.googleapis.com/css?family=Pacifico|Merriweather:400italic,700italic|Montserrat:400,700' rel='stylesheet' type='text/css'>
<!--[if gte IE 6 ]><link rel="stylesheet" type="text/css" media="screen" href="/css/ie.css" /><![endif]-->
<script type="text/javascript" src="/js/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="/js/global.js?v=6"></script>
</head>
<body class="contact">
<nav class="menu spanish"></nav>
<div class="contact-header">
<h1 class="text page-title">Contactos</h1>
<p>No dude en consultanos directamente para averiguar disponibilidad de fechas y confirmar reservas.</p>
</div>
<div class="details">
<h3 class="subheader">Email: <a href="mailto:[email protected]">[email protected]</a></h3>
<h3 class="subheader">Celular: (+54) 294-154602975</h3>
</div>
<div class="footer"></div>
<div class="analytics"></div>
</body>
</html>