openwebrx-clone/htdocs/map.html

13 lines
286 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>OpenWebRX Map</title>
<script src="static/jquery-3.2.1.min.js"></script>
<script src="static/map.js"></script>
<link rel="stylesheet" type="text/css" href="static/map.css" />
<meta charset="utf-8">
</head>
<body>
</body>
</html>