diff options
Diffstat (limited to 'site/game/index.html')
| -rw-r--r-- | site/game/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/game/index.html b/site/game/index.html index 91cbac1..5af007b 100644 --- a/site/game/index.html +++ b/site/game/index.html @@ -21,7 +21,7 @@ </div> <div> <label for="computer">Play against the optimal strategy (you will lose!)</label> - <input type="checkbox" name="computer"></input> + <input type="checkbox" name="computer" id="computer"></input> </div> <button onclick="startGame()">Play</button> </section> |
