aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/site/game/index.html
diff options
context:
space:
mode:
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>