diff options
Diffstat (limited to 'assets/index.html')
-rw-r--r-- | assets/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/index.html b/assets/index.html index bb18d1c..4571428 100644 --- a/assets/index.html +++ b/assets/index.html @@ -19,8 +19,9 @@ in every<input name="rratiod" type="number" value="8" required> tiles are mines </label><br> - <label>public, ie. shown in the lobby? <input name="raccess" type="checkbox"></label><br> - <label>player limit (0 for none)<input name="rlimit" type="number"></label><br> + <label>public, ie. shown in the lobby <input name="raccess" type="checkbox"></label><br> + <label>always safe first move <input name="ralwayssafe1move" type="checkbox"></label><br> + <label>player limit<input name="rlimit" type="number" value="32"></label><br> <button>create</button> </fieldset> <form> |