-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
19 lines (19 loc) · 1021 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>Backpack</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css" integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14=" crossorigin="" />
<link href="style.css" rel="stylesheet" />
</head>
<body>
<div id="map"></div>
<a href="https://github.com/maximeh/backpack">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub">
</a>
<script async src="https://unpkg.com/jquery@3.5.1/dist/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="https://code.jquery.com/jquery-3.5.1.min.js"><\/script>');</script>
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js" integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg=" crossorigin=""></script>
<script src="js/maps.js"></script>
</body>
</html>