diff options
| -rw-r--r-- | index.html | 6 |
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> |
