-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.2 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
<!DOCTYPE html>
<html>
<head>
<title>Edmonton Fun Places for Kids</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.4/leaflet.css">
<link rel="stylesheet" href="css/carte.css"/>
<link rel="stylesheet" href="css/L.Control.HtmlLegend.css">
<link rel="stylesheet" href="css/my.css">
</head>
<body style="overflow: hidden;">
<div id="map" style="height: 100%; width: 100%;" class="cartes">
<div class="legend geometry top center hide">
<div class="wrapper">
<div class="content"></div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.4/leaflet.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/4.8.2/pixi.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.13.0/d3.min.js"></script>
<script src="js/L.Control.HtmlLegend.js"></script>
<script src="https://cdn.jsdelivr.net/npm/leaflet-pixi-overlay@1.5.1/L.PixiOverlay.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.26.0/babel.min.js"></script>
<script src="js/my.js" lang="babel" type="text/babel"></script>
</body>
</html>