Still waiting for the New York Times to send me a bogus takedown notice
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,9 +8,11 @@ </head> <body> <h1>Guessing Game</h1> - <form onsubmit="hello(event)"> + <form onsubmit="checkAnswer(event)"> <input type="text" placeholder="Guess" autofocus> </form> <p id="result"></p> + <p id="win"></p> + <p id="attempt"></p> </body> </html> |