diff options
Diffstat (limited to 'create.html')
-rw-r--r-- | create.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/create.html b/create.html new file mode 100644 index 0000000..dffd67b --- /dev/null +++ b/create.html @@ -0,0 +1,9 @@ +<p> +Player count: +<br> +<select name="players"> +<option value="">4 Player</option> +<option value="3">3 Player</option> +<option value="2">2 Player</option> +</select> + |