Still waiting for the New York Times to send me a bogus takedown notice
Add no js warning
| -rw-r--r-- | index.html | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |