forked from robertleeplummerjr/Leaflet.glify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 1.03 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
<!doctype html>
<html>
<head>
<title>Leaflet Glify</title>
<meta charset="utf-8">
<style>
html, body {
height: 100%;
padding: 0;
margin: 0;
background: rgb(14, 21, 30);
}
#map {
position: absolute;
height: 100%;
width: 100%;
background-color: #333;
}
</style>
</head>
<body>
<div id="map"></div>
<div id="lnlt"></div>
<a href="https://github.com/robertleeplummerjr/Leaflet.glify">
<img
style="position: absolute; top: 0; right: 0; border: 0; z-index: 99999"
src="https://github.blog/wp-content/uploads/2008/12/forkme_right_gray_6d6d6d.png?resize=149%2C149"
alt="Fork me on GitHub"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png"></a>
</body>
<link rel="stylesheet" href="build/css/leaflet.css" />
<!--this file is meant to be run as a development aid with the cli command `yarn serve`-->
<script src="glify-browser.js"></script>
</html>