diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2023-10-26 00:08:38 -0700 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2023-10-26 00:08:38 -0700 |
| commit | 569cdd8caed5f60a662f17d9cc1839cd433579fc (patch) | |
| tree | e2f0d0c394ec40158bfba850664bf91178fd3644 /site/game/index.html | |
| parent | 99a1c02c80ee2d1154c163644a4e341aba4db192 (diff) | |
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> |
