openwebrx-clone/htdocs/map.html

13 lines
286 B
HTML
Raw Normal View History

2019-07-01 14:49:39 +00:00
<!DOCTYPE HTML>
<html>
<head>
2019-07-01 17:51:31 +00:00
<title>OpenWebRX Map</title>
2019-07-01 14:49:39 +00:00
<script src="static/jquery-3.2.1.min.js"></script>
<script src="static/map.js"></script>
2019-07-01 17:49:58 +00:00
<link rel="stylesheet" type="text/css" href="static/map.css" />
2019-07-01 14:49:39 +00:00
<meta charset="utf-8">
</head>
<body>
</body>
</html>