-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 1017 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>XBus</title>
<meta content="initial-scale=1,maximum-scale=1,user-scalable=no" name="viewport">
<link href="https://api.mapbox.com/mapbox-gl-js/v2.8.2/mapbox-gl.css" rel="stylesheet">
<script src="https://api.mapbox.com/mapbox-gl-js/v2.8.2/mapbox-gl.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@mapbox/[email protected]/src/polyline.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://code.jquery.com/ui/1.13.1/jquery-ui.min.js"></script>
<link href="https://code.jquery.com/ui/1.13.1/themes/base/jquery-ui.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<link href="images/icon.png" rel="icon" sizes="192x192" type="image/png">
<link href="manifest.webmanifest" rel="manifest">
</head>
<body>
<div id="map"></div>
<div id="dialog"></div>
<script src="const.js"></script>
<script src="map.js"></script>
</body>
</html>