Basic turn structure

This commit is contained in:
2020-12-31 16:54:38 +01:00
parent bb8162e4c1
commit a6659fd538
5 changed files with 365 additions and 97 deletions

View File

@@ -11,6 +11,7 @@
<div>
<form id="login_form" method="post" action="/game">
Your name: <input type="text" name="name"> <br />
<input type="hidden" name="type" value="CreateGame">
<input type="submit" value="Create game">
</form>
</div>