Add missing card module to git
This commit is contained in:
BIN
static/images/cards/duchy.jpg
(Stored with Git LFS)
Normal file
BIN
static/images/cards/duchy.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
21
static/join.html
Normal file
21
static/join.html
Normal 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>
|
Reference in New Issue
Block a user