implement header on map page (not fully functional yet)

This commit is contained in:
Jakob Ketterl
2019-07-11 13:40:12 +02:00
parent d57f9de21e
commit 2bf2fcd685
8 changed files with 280 additions and 258 deletions

View File

@ -5,10 +5,11 @@
<script src="static/lib/jquery-3.2.1.min.js"></script>
<script src="static/map.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script>
<link rel="stylesheet" type="text/css" href="static/map.css" />
<link rel="stylesheet" type="text/css" href="static/css/map.css" />
<meta charset="utf-8">
</head>
<body>
${header}
<div class="openwebrx-map"></div>
</body>
</html>