mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
13 lines
331 B
HTML
13 lines
331 B
HTML
|
|
<!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>
|
||
|
|
<link rel="stylesheet" type="text/css" href="static/nanoscroller.css" />
|
||
|
|
<meta charset="utf-8">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
</body>
|
||
|
|
</html>
|