-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (33 loc) · 1.18 KB
/
Copy pathindex.html
File metadata and controls
41 lines (33 loc) · 1.18 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>A skimap</title>
<link type="text/css" rel="stylesheet" href="css/reset.css" />
<link type="text/css" rel="stylesheet" href="css/master.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="https://maps.google.com/maps/api/js?sensor=false"></script>
<script src="js/infobubble.min.js"></script>
<script src="js/skimap.js"></script>
</head>
<body>
<!--<body class="start-animation">-->
<p id="filter-error" class="error"></p>
<nav id="filter">
<a href="#" class="btn right">Menu</a>
<div class="scroll-container"></div>
</nav>
<div id="map">
</div>
<img id="marker-image" src="img/icon-skimap-25px.jpg" />
<img id="marker-shadow" src="img/icon-skimap-25px-shadow.png" />
<div id="image-wrapper">
<a href="#" class="btn">Minimize</a>
<h1 data-text="heading"></h1>
<div class="scroll-container">
<ul></ul>
</div>
</div>
</body>
</html>