This commit is contained in:
2020-01-29 17:01:36 +01:00
parent 939a283f07
commit fb2ed58f67

View File

@@ -46,5 +46,17 @@
</head>
<body>
<div id="app"></div>
<noscript>Du trenger vin, jeg trenger javascript!</noscript>
</body>
</html>
<style>
noscript {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
font-size: 1.5rem;
}
</style>