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.
15 lines
406 B
15 lines
406 B
3 years ago
|
|
||
|
<!doctype html>
|
||
|
|
||
|
<html>
|
||
|
<body>
|
||
|
<form action="/login" method="POST" enctype="multipart/form-data">
|
||
|
帐号: <input type="text" name="account"> <br>
|
||
|
密码: <input type="text" name="password">
|
||
|
<input type="submit" value="登录">
|
||
|
</form>
|
||
|
<form action="/register.html" method="GET" enctype="multipart/form-data">
|
||
|
<input type="submit" value="没有账号?立即注册">
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|