diff options
| author | Mistivia <i@mistivia.com> | 2025-01-15 19:12:12 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-01-15 19:12:46 +0800 |
| commit | 4da382953c830a61ae24ccbe95c4241db8788269 (patch) | |
| tree | 31f6d184273274e2660516d1ac1146b5661f20b6 /resource/index.html | |
restore
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 |
