diff options
author | stale <redkugelblitzin@gmail.com> | 2022-05-29 03:14:44 -0300 |
---|---|---|
committer | stale <redkugelblitzin@gmail.com> | 2022-05-29 03:14:44 -0300 |
commit | 2826d78bbfab50eab90e5a1611576f33e752b7d8 (patch) | |
tree | d97f56ae29ea7ddbcafd68d5bc233102a236e284 /assets | |
parent | fae0fca7aabb81325a296a1d6202239c3db44b60 (diff) |
constrained some fields, first move grace config, bugfixes
Diffstat (limited to 'assets')
-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> |