fix cowebsite container display when scss is not yet loaded

This commit is contained in:
Lukas Hass 2022-02-03 02:17:28 +01:00
parent 7f9d318074
commit f2af7c6e95
No known key found for this signature in database
GPG Key ID: 7C8CEF72C4039178

View File

@ -30,6 +30,7 @@
<base href="/">
<link href="https://unpkg.com/nes.css@2.3.0/css/nes.min.css" rel="stylesheet" />
<script>/*polyfill for simple-peer*/window.global = window; window.process = { env: {}};</script>
<style>/*hide cowebsite container before scss is loaded*/#cowebsite { visibility: collapse };</style>
<title>WorkAdventure</title>
</head>