-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (16 loc) · 799 Bytes
/
index.html
File metadata and controls
17 lines (16 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.5.1/leaflet.css" integrity="sha256-SHMGCYmST46SoyGgo4YR/9AlK1vf3ff84Aq9yK4hdqM=" crossorigin="" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.5.1/leaflet.js" integrity="sha256-EErZamuLefUnbMBQbsEqu1USa+btR2oIlCpBJbyD4/g=" crossorigin=""></script>
<script src="./leaflet-heat.js"></script>
<link rel="stylesheet" href="./style.css"/>
<title>Dump1090 Web Client</title>
</head>
<body>
<div id="planeMap"></div>
<div id="infoDiv"></div>
<script src="./map.js"></script>
<script src="./info.js"></script>
</body>
</html>