login1.html 474 B

123456789101112131415
  1. {__NOLAYOUT__}<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>用户注册</title>
  6. </head>
  7. <body>
  8. <h3><a href="__APP__">返回主页</a></h3>
  9. <form action="__URL__/check" method="post">
  10. 帐号<input type="text" name="username">
  11. 密码<input type="text" name="password">
  12. <input type="submit" value="登录">
  13. </form>
  14. </body>
  15. </html>