前端框架

login_v2.html 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <!-- Mirrored from www.zi-han.net/theme/hplus/login_v2.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 20 Jan 2016 14:19:49 GMT -->
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
  7. <title>H+ 后台主题UI框架 - 登录</title>
  8. <meta name="keywords" content="H+后台主题,后台bootstrap框架,会员中心主题,后台HTML,响应式后台">
  9. <meta name="description" content="H+是一个完全响应式,基于Bootstrap3最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术">
  10. <link href="css/bootstrap.min.css" rel="stylesheet">
  11. <link href="css/font-awesome.min93e3.css?v=4.4.0" rel="stylesheet">
  12. <link href="css/animate.min.css" rel="stylesheet">
  13. <link href="css/style.min.css" rel="stylesheet">
  14. <link href="css/login.min.css" rel="stylesheet">
  15. <!--[if lt IE 9]>
  16. <meta http-equiv="refresh" content="0;ie.html" />
  17. <![endif]-->
  18. <script>
  19. if(window.top!==window.self){window.top.location=window.location};
  20. </script>
  21. </head>
  22. <body class="signin">
  23. <div class="signinpanel">
  24. <div class="row">
  25. <div class="col-sm-7">
  26. <div class="signin-info">
  27. <div class="logopanel m-b">
  28. <h1>[ H+ ]</h1>
  29. </div>
  30. <div class="m-b"></div>
  31. <h4>欢迎使用 <strong>H+ 后台主题UI框架</strong></h4>
  32. <ul class="m-b">
  33. <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 优势一</li>
  34. <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 优势二</li>
  35. <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 优势三</li>
  36. <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 优势四</li>
  37. <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> 优势五</li>
  38. </ul>
  39. <strong>还没有账号? <a href="#">立即注册&raquo;</a></strong>
  40. </div>
  41. </div>
  42. <div class="col-sm-5">
  43. <form method="post" action="http://www.zi-han.net/theme/hplus/index.html">
  44. <h4 class="no-margins">登录:</h4>
  45. <p class="m-t-md">登录到H+后台主题UI框架</p>
  46. <input type="text" class="form-control uname" placeholder="用户名" />
  47. <input type="password" class="form-control pword m-b" placeholder="密码" />
  48. <a href="#">忘记密码了?</a>
  49. <button class="btn btn-success btn-block">登录</button>
  50. </form>
  51. </div>
  52. </div>
  53. <div class="signup-footer">
  54. <div class="pull-left">
  55. &copy; 2015 All Rights Reserved. H+
  56. </div>
  57. </div>
  58. </div>
  59. </body>
  60. <!-- Mirrored from www.zi-han.net/theme/hplus/login_v2.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 20 Jan 2016 14:19:52 GMT -->
  61. </html>