mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
Add noscript (#2215)
This commit is contained in:
parent
3304d2b2a3
commit
c1fa9cfad6
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue