Added frontend description
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user