aprsNotifyJS/src/index.html

13 lines
257 B
HTML
Raw Normal View History

<head>
2018-07-10 18:53:56 -04:00
<meta charset="UTF-8">
<script src="./index.js"></script>
2018-08-01 05:13:14 -04:00
<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>