-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgs.html
More file actions
23 lines (22 loc) · 865 Bytes
/
Copy pathgs.html
File metadata and controls
23 lines (22 loc) · 865 Bytes
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>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<title>DJI Ground Station</title>
<link rel="stylesheet" href="./build/assets/leaflet/leaflet.css">
<link rel="stylesheet" href="./build/gs.css">
</head>
<body>
<div id="app"></div>
<script src="./build/assets/leaflet/leaflet-src.js"></script>
<script src="./build/assets/leaflet/plugins/Leaflet.geoip.js"></script>
<script src="./build/assets/leaflet/plugins/leaflet.geometryutil.js"></script>
<script src="./build/assets/leaflet/plugins/L.Path.Drag.js"></script>
<script src="./build/assets/leaflet/plugins/Leaflet.Editable.js"></script>
<script src="./build/utils.js"></script>
<script src="./build/ws.js"></script>
<script src="./build/dass.js"></script>
<script src="./build/gs.js"></script>
</body>
</html>