Add noscript (#2215)

This commit is contained in:
Ferotiq 2021-12-27 06:17:11 -06:00 committed by GitHub
parent 3304d2b2a3
commit c1fa9cfad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,10 @@
if (e.key == "Escape") e.preventDefault();
});
</script>
<noscript>
JavaScript is not enabled. JavaScript needs to be enabled in order to use
this website.
</noscript>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Monkeytype</title>