You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
488 B

<html>
<head>
<title>匹配界面</title>
</head>
<body>
<h3>点击开始匹配:</h3>
<form action="/test" method="post" enctype="multipart/form-data">
<br />
<input type="submit" value="开始匹配" />
</form>
<form action="/return" method="post" enctype="multipart/form-data">
<input type="submit" value="返回" />
</form>
<form action="/bigbutton" method="post" enctype="multipart/form-data">
<input type="submit" value="查看排行榜" />
</form>
</body>
</html>