-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Q-Gress</title>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="published/stylesheet/QGress.css">
<script src="https://cdn.rawgit.com/openlayers/openlayers.github.io/master/en/v5.3.0/build/ol.js"></script>
<link rel="stylesheet" href="https://cdn.rawgit.com/openlayers/openlayers.github.io/master/en/v5.3.0/css/ol.css">
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.51.0/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.51.0/mapbox-gl.css' rel='stylesheet' />
</head>
<body class="crt">
<div id="root" style="font-family:'AmarilloUSAF';font-weight:normal;font-size:21px;height:100%"></div>
<div id="initialMap" class="initialMap" style="top:-100%"></div>
<div id="map" class="map" style="top:-100%"></div>
<div id="shadowMap" class="shadowMap" style="top:-100%"></div>
<script type="text/javascript">
mapboxgl.accessToken = "pk.eyJ1IjoiemlydGVxIiwiYSI6ImNqYW9yd2NnZTNvZngycXBsMjUwMWF1dHQifQ.p08HXZl07gz1jbLkVetZvw";
</script>
<script src="published/kotlin.js"></script>
<script src="published/Q-Gress.js"></script>
</body>
</html>