let's try to make the header somewhat responsive

This commit is contained in:
Jakob Ketterl
2021-01-16 17:34:17 +01:00
parent 992a5c33a2
commit 9f702f5d14
2 changed files with 40 additions and 1 deletions

View File

@ -2,6 +2,9 @@
<html>
<head>
<title>OpenWebRX Map</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#222" />
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico" />
<script src="compiled/map.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script>