-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
31 lines (26 loc) · 1.45 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Rattatee Tallinn - Saue - Keila</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/leaflet.locatecontrol/0.58.0/L.Control.Locate.min.css" />
<link rel="stylesheet" href="https://cdn.rawgit.com/stefanocudini/leaflet-search/master/dist/leaflet-search.min.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id='map'></div>
<div id="slider"></div>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src='https://unpkg.com/[email protected]/leaflet-omnivore.min.js'></script>
<script src="https://use.fontawesome.com/2f1e68e2dc.js"></script>
<script src="https://cdn.jsdelivr.net/leaflet.locatecontrol/0.58.0/L.Control.Locate.min.js"></script>
<script src="https://cdn.rawgit.com/stefanocudini/leaflet-search/master/dist/leaflet-search.min.js"></script>
<script src='dist/leaflet-fullHash.js'></script>
<script src='script.js'></script>
</body>
</html>