-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.35 KB
/
Copy pathindex.html
File metadata and controls
22 lines (22 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<meta charset="utf-8" />
<meta content="width=device-width,initial-scale=1.0" name="viewport" />
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.4/dist/leaflet.css" integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA==" crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.3.4/dist/leaflet.js" integrity="sha512-nMMmRyTVoLYqjP9hrbed9S+FzjZHW5gY1TWCHA5ckwXZBadntCNs8kEqAWdrb9O7rxbCaA4lKTIWjDXZxflOcA==" crossorigin=""></script>
<script src="http://openingh.openstreetmap.de/opening_hours.js/opening_hours+deps.min.js"></script>
<link rel="shortcut icon" type="image/x-icon" href="./static/img/favicon.ico" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet.locatecontrol/dist/L.Control.Locate.min.css" />
<script src="https://cdn.jsdelivr.net/npm/leaflet.locatecontrol/dist/L.Control.Locate.min.js" charset="utf-8"></script>
<link rel="stylesheet" href="./static/css/gaymap.css" />
<link rel="stylesheet" href="./static/css/leaflet-search.css" />
<script src="./static/js/leaflet-search.js"></script>
<script src="./static/js/jquery-3.3.1.min.js"></script>
<title>GayMap</title>
</head>
<body>
<div id="map"></div>
</body>
<script src="./static/js/gaymap.js"></script>
</html>