-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.htm
33 lines (33 loc) · 1.67 KB
/
contact.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
30
31
32
33
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Cabalgatas Lago Puelo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="/css/master.css?v=4">
<!--[if gte IE 6 ]><link rel="stylesheet" type="text/css" media="screen" href="/css/ie.css" /><![endif]-->
<link href="/favicon.ico" rel="icon" type="image/x-icon">
<script type="text/javascript" src="/js/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="/js/jquery.cookie.js"></script>
<script type="text/javascript" src="/js/global.js?v=4"></script>
</head>
<body class="contact">
<div class="menu"></div>
<h1 class="text txt-contact-header">Contáctese para organisar un paseo inolvidable</h1>
<div class="contacts">
<ul>
<li>
<span class="head text txt-contact-mobile-ivan">Celular (Iván)</span><span>(+54) 294 154 378127</span>
</li>
<li>
<span class="head text txt-contact-mobile-liza">Celular (Liza)</span><span>(+54) 294 154 209417</span>
</li>
<li>
<span class="head text txt-contact-email">Email</span><a href="mailto:[email protected]">[email protected]</a>
</li>
<li>
<span class="head text txt-contact-address">Dirección</span><span>Ruta 16, km 14.5, Portada Del Lago, Lago Puelo, Chubut, Argentina</span>
</li>
</ul>
</div>
</body>
</html>