-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocation.htm
19 lines (19 loc) · 923 Bytes
/
location.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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"></meta>
<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="location">
<div class="menu"></div>
<h1 class="text txt-location-header">Header</h1>
<div class="localmap"></div>
<div class="areamap"></div>
</body>
</html>