parent
38fd465da3
commit
7f2f09d43e
@ -0,0 +1,12 @@
|
||||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<body>
|
||||
<form action="/process_get" method="POST" enctype="multipart/form-data">
|
||||
帐号: <input type="text" name="account"> <br>
|
||||
密码: <input type="text" name="password"><br>
|
||||
姓名: <input type="text" name="name">
|
||||
<input type="submit" value="注册并登录">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue