-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
40 lines (37 loc) · 1.32 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
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Leaflet Demo</title>
<meta name="description" content="Demo of leaflet">
<meta name="viewport" content="width=device-width">
<style>
html {
height: 100%
}
body {
height: 100%;
margin: 0;
padding: 0;
}
#map{
height: 100%
}
</style>
<link rel="stylesheet" href="example/gh-fork-ribbon.css" />
<!--[if IE]>
<link rel="stylesheet" href="example/gh-fork-ribbon.ie.css" />
<![endif]-->
</head>
<body><div class="github-fork-ribbon-wrapper left">
<div class="github-fork-ribbon"><!--from http://simonwhitaker.github.com/github-fork-ribbon-css/ -->
<a href="https://github.com/leaflet-extras/leaflet.css">Fork me on GitHub</a>
</div>
</div>
<div id="map"></div>
<script type="text/javascript" src="dist/leaflet.css.js"></script>
<script type="text/javascript" src="example/leaflet.sprite.min.js"></script>
<script type="text/javascript" src="example/script.js"></script>
</body>
</html>