aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/site/game/index.html
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2023-10-26 00:08:38 -0700
committerJP Appel <jeanpierre.appel01@gmail.com>2023-10-26 00:08:38 -0700
commit569cdd8caed5f60a662f17d9cc1839cd433579fc (patch)
treee2f0d0c394ec40158bfba850664bf91178fd3644 /site/game/index.html
parent99a1c02c80ee2d1154c163644a4e341aba4db192 (diff)
testing toggle serverHEADmain
Diffstat (limited to 'site/game/index.html')
-rw-r--r--site/game/index.html2
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>