openwebrx-clone/htdocs/map.html

13 lines
322 B
HTML
Raw Normal View History

2019-07-01 14:49:39 +00:00
<!DOCTYPE HTML>
<html>
<head>
<title>OpenWebRX | Open Source SDR Web App for Everyone!</title>
<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>