-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 947 Bytes
/
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 lang="en">
<meta charset="UTF-8">
<title>MAP!</title>
<script>
if ((window.location.host.indexOf('github.io') !== -1) && (window.location.protocol !== "https:"))
window.location.protocol = "https";
</script>
<link rel="canonical" href="https://frederikns.github.io/gw2map" />
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.13.0/ol.min.css" />
<link rel="stylesheet" href="jspm_packages/github/walkermatt/ol3-layerswitcher@1.1.0/src/ol3-layerswitcher.css" />
<link rel="stylesheet" href="stylesheet/main.css" />
</head>
<body>
<div id="map" class="class"></div>
<div id="popup" class="ol-popup">
<div id="popup-content"></div>
</div>
<script src="jspm_packages/system.js"></script>
<script src="config.js"></script>
<script>
System.import('javascript/gw2map.js');
</script>
</body>
</html>