aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/site/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/index.html')
-rw-r--r--site/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/index.html b/site/index.html
index 24d50d2..5497e9a 100644
--- a/site/index.html
+++ b/site/index.html
@@ -9,12 +9,12 @@
<h1>Toggle Online</h1>
Try to beat the computer :)
<nav></nav>
- <button onclick="foo()">Test</button>
+ <button onclick="playGame()">Test</button>
<main>
<section id="options" class="screen">
<h2>Options</h2>
- <label for="graphOrder">Select a number of vertices for a path (0-100):</label>
- <input type="number" name="graphOrder" id="graphOrder" defaultValue=7 min=0 max=100></input>
+ <label for="graphOrder">Select a number of vertices for a path (1-100):</label>
+ <input type="number" name="graphOrder" id="graphOrder" defaultValue=7 min=1 max=100></input>
</section>
<section id="game" class="screen">
<h2>Game</h2>