diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-04-20 12:53:58 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-04-23 01:45:45 +0200 |
commit | 0141c61d7293f8ba9f58b6978e466775b1f97bc9 (patch) | |
tree | 3e1dbd18571d46d69412037b170bab9f90fa6a44 /create.html | |
parent | e10df1b6f83177516340c3c4b3c5fab29e2f8ac7 (diff) | |
download | time-of-crisis-0141c61d7293f8ba9f58b6978e466775b1f97bc9.tar.gz |
Skeleton.
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> + |