Added frontend description

This commit is contained in:
2020-12-06 15:41:59 +01:00
parent dbad96be95
commit 8970d4fec3
28 changed files with 23563 additions and 2739 deletions

View File

@ -22,7 +22,17 @@
-->
<title>Birdmap</title>
</head>
<body style="height: 100vh;">
<body>
<style>
body {
height: 100vh;
-ms-overflow-style: none;
}
body::-webkit-scrollbar {
display:none;
}
</style>
<noscript>
You need to enable JavaScript to run this app.
</noscript>