aprsNotifyJS/src/index.html

13 lines
257 B
HTML

<head>
<meta charset="UTF-8">
<script src="./index.js"></script>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class="wrapper">
<table class="stations">
</table>
<a href="map.html">Map</a>
</div>
</body>