diff options
| author | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-10-23 03:18:54 -0400 |
|---|---|---|
| committer | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-10-23 03:18:54 -0400 |
| commit | 2c02c02f6c2ec218d92835a9dbc0c0f24031d129 (patch) | |
| tree | c539d818cb42a6cc50525e9fc0e8b1623491f43d /site/index.html | |
| parent | b78f95e7c2417073615dc73fe3c6a7b793648eaf (diff) | |
test posting from js
Diffstat (limited to 'site/index.html')
| -rw-r--r-- | site/index.html | 6 |
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> |
