login_v2.html 2.8 KB

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