Still waiting for the New York Times to send me a bogus takedown notice
Add no js warning
Saksham Mittal 2022-04-03
parent d065869 · commit f430471
-rw-r--r--index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html
index e7300f8..b70c7e7 100644
--- a/index.html
+++ b/index.html
@@ -14,6 +14,10 @@
<form onsubmit="checkAnswer(event)">
<input type="text" placeholder="Guess" autofocus>
</form>
-
+ <noscript>
+ <p>
+ Please enable JavaScript for the game to work
+ </p>
+ </noscript>
</body>
</html>