石墨消解 mock
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.

22 lines
619 B

5 months ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>Document</title>
  7. <link rel="stylesheet" href="style.css" />
  8. </head>
  9. <body>
  10. <div class="main">
  11. <div class="form">
  12. <label for="username">用户名</label>
  13. <input type="text" id="username" />
  14. <label for="password">密码</label>
  15. <input type="password" id="password" />
  16. <button type="submit" id="submit_user_pwd">确定</button>
  17. </div>
  18. </div>
  19. <script src="lib/zepto.min.js"></script>
  20. <script src="main.js"></script>
  21. </body>
  22. </html>