We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163c3a3 commit 623512cCopy full SHA for 623512c
css/main.css
@@ -54,6 +54,11 @@ body {
54
margin: 0;
55
}
56
57
+noscript {
58
+ display: block;
59
+ padding: 20px;
60
+}
61
+
62
p { line-height: 150%; }
63
a { text-decoration: none; }
64
index.html
@@ -12,5 +12,9 @@
12
import {main} from "./src/main.js";
13
main(document.body);
14
</script>
15
+ <noscript>
16
+ <h1>Please enable javascript</h1>
17
+ <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>
18
+ </noscript>
19
</body>
20
</html>
0 commit comments