Skip to content
Snippets Groups Projects
Commit 623512c2 authored by Bruno Windels's avatar Bruno Windels
Browse files

add noscript

parent 163c3a3f
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,11 @@ body {
margin: 0;
}
noscript {
display: block;
padding: 20px;
}
p { line-height: 150%; }
a { text-decoration: none; }
......
......@@ -12,5 +12,9 @@
import {main} from "./src/main.js";
main(document.body);
</script>
<noscript>
<h1>Please enable javascript</h1>
<p>Matrix.to preserves your privacy by only processing which rooms and people you view on the client side. For this to work, it needs javascript.</p>
</noscript>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment