-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·40 lines (34 loc) · 1.53 KB
/
index.html
File metadata and controls
executable file
·40 lines (34 loc) · 1.53 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
<!DOCTYPE html>
<html>
<head>
<title>mapipedia</title>
<link rel="stylesheet" href="./stylesheets/leaflet.css" />
<link rel="stylesheet" href="./stylesheets/PruneCluster.css" />
<link rel="stylesheet" href="./stylesheets/l.geosearch.css" />
<link rel="stylesheet" href="./stylesheets/Control.Loading.css" />
<link rel="stylesheet" href="./stylesheets/L.Control.Sidebar.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fjalla+One|Lato" />
<link rel="stylesheet" href="./stylesheets/main.css" />
</head>
<body>
<div class="container">
<div id="header">
<h1 class="left">mapipedia</h1>
<a class="right" href="https://github.com/prputnam/mapipedia"><p class="github">View on GitHub</p><img src="./images/GitHub-Mark-32px.png" /></a>
</div>
<div id="article"></div>
<div class="map-wrapper">
<div id="map"></div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="./javascripts/leaflet.js"></script>
<script src="./javascripts/PruneCluster.js"></script>
<script src="./javascripts/l.control.geosearch.js"></script>
<script src="./javascripts/l.geosearch.provider.google.js"></script>
<script src="./javascripts/Control.Loading.js"></script>
<script src="./javascripts/L.Control.Sidebar.js"></script>
<script src="./javascripts/L.Control.Header.js"></script>
<script src="./javascripts/main.js"></script>
</body>
</html>