Add missing card module to git

This commit is contained in:
2021-01-09 21:25:22 +01:00
parent 0f2f085efe
commit ab4ab2926b
3 changed files with 154 additions and 0 deletions

21
static/join.html Normal file
View File

@@ -0,0 +1,21 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>DnD</title>
</head>
<body>
<p>
<div>
<form id="login_form" method="post">
Your name: <input type="text" name="name"> <br />
<input type="hidden" name="type" value="JoinGame">
<input type="submit" value="Join game">
</form>
</div>
</p>
</body>
</html>