Web Background Project Learning 3 (implementing login 1)

Source: Internet
Author: User

  
 
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>登录页面_很简洁漂亮的Bootstrap响应式后台管理系统模板UniAdmin - JS代码网</title>
  5. <meta charset="UTF-8" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <link rel="stylesheet" href="css/bootstrap.min.css" />
  8. <link rel="stylesheet" href="css/bootstrap-responsive.min.css" />
  9. <link rel="stylesheet" href="css/unicorn.login.css" />
  10. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
  11. <body>
  12. <div id="logo">
  13. <img src="img/logo.png" alt="" />
  14. </div>
  15. <div id="loginbox">
  16. <form id="loginform" class="form-vertical" action="handle_login.jsp" method = "post"/>
  17. <p>输入用户名和密码继续.</p>
  18. <div class="control-group">
  19. <div class="controls">
  20. <div class="input-prepend">
  21. <span class = " Add-on " >< i class = "Icon-user" ></ i ></ span >< input type = "text" placeholder = "user name" name = "username" />
  22. </div>
  23. </div>
  24. </div>
  25. <div class="control-group">
  26. <div class="controls">
  27. <div class="input-prepend">
  28. <span class = " Add-on " >< i class = "Icon-lock" ></ i ></ span >< input type = "password" placeholder = "password" name = "password" />
  29. </div>
  30. </div>
  31. </div>
  32. <div class="form-actions">
  33. <span class="pull-right"><input type="submit" class="btn btn-inverse" value="登录" /></span>
  34. </div>
  35. </form>
  36. </div>
  37. <script src="js/jquery.min.js"></script>
  38. <script src="js/unicorn.login.js"></script>
  39. </body>
  40. </html>



From for notes (Wiz)

Web Background Project Learning 3 (implementing login 1)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.