diff options
Diffstat (limited to 'resource/index.html')
| -rw-r--r-- | resource/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/resource/index.html b/resource/index.html new file mode 100644 index 0000000..f7ffe60 --- /dev/null +++ b/resource/index.html @@ -0,0 +1,31 @@ +<html> + +<head> + <title>hive mind draft</title> + <meta charset="utf-8"> +</head> + +<body> + <form action="/create-session/" method="POST"> + 牌表:<br> + <textarea id="cardlist" name="cardlist" rows="24" cols="40"></textarea><br><br> + 玩家数:<br> + <select id="playernum" name="playernum"> + <option value="1">1</option> + <option value="2">2</option> + <option value="3">3</option> + <option value="4">4</option> + <option value="5">5</option> + <option value="6">6</option> + <option value="7">7</option> + <option value="8">8</option> + <option value="9">9</option> + <option value="10">10</option> + <option value="11">11</option> + <option value="12">12</option> + </select><br><br> + <input type="submit" value="创建轮轴"> + </form> +</body> + +</html>
\ No newline at end of file |
