/backend/Rapido/login_lock_screen.html

https://gitlab.com/kaouech/theme · HTML · 90 lines · 60 code · 0 blank · 30 comment · 0 complexity · 63fb56f9759841443be2b8c4d7cfa764 MD5 · raw file

  1. <!DOCTYPE html>
  2. <!-- Template Name: Rapido - Responsive Admin Template build with Twitter Bootstrap 3.x Version: 1.2 Author: ClipTheme -->
  3. <!--[if IE 8]><html class="ie8 no-js" lang="en"><![endif]-->
  4. <!--[if IE 9]><html class="ie9 no-js" lang="en"><![endif]-->
  5. <!--[if !IE]><!-->
  6. <html lang="en" class="no-js">
  7. <!--<![endif]-->
  8. <!-- start: HEAD -->
  9. <head>
  10. <title>Rapido - Responsive Admin Template</title>
  11. <!-- start: META -->
  12. <meta charset="utf-8" />
  13. <!--[if IE]><meta http-equiv='X-UA-Compatible' content="IE=edge,IE=9,IE=8,chrome=1" /><![endif]-->
  14. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
  15. <meta name="apple-mobile-web-app-capable" content="yes">
  16. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  17. <meta content="" name="description" />
  18. <meta content="" name="author" />
  19. <!-- end: META -->
  20. <!-- start: MAIN CSS -->
  21. <link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
  22. <link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.min.css">
  23. <link rel="stylesheet" href="assets/css/styles.css">
  24. <link rel="stylesheet" href="assets/css/styles-responsive.css">
  25. <link rel="stylesheet" href="assets/plugins/animate.css/animate.min.css">
  26. <link rel="stylesheet" href="assets/css/print.css" type="text/css" media="print"/>
  27. <!--[if IE 7]>
  28. <link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome-ie7.min.css">
  29. <![endif]-->
  30. <!-- end: MAIN CSS -->
  31. <!-- start: CSS REQUIRED FOR THIS PAGE ONLY -->
  32. <!-- end: CSS REQUIRED FOR THIS PAGE ONLY -->
  33. <link rel="shortcut icon" href="favicon.ico" />
  34. </head>
  35. <!-- end: HEAD -->
  36. <!-- start: BODY -->
  37. <body class="lock-screen">
  38. <div class="main-ls animated flipInX">
  39. <div class="logo">
  40. <img src="assets/images/logo.png">
  41. </div>
  42. <div class="box-ls">
  43. <img alt="" src="assets/images/avatar-1-xl.jpg"/>
  44. <div class="user-info">
  45. <h1><i class="fa fa-lock"></i> Peter Clark</h1>
  46. <span>peter@example.com</span>
  47. <span><em>Please enter your password to un-lock.</em></span>
  48. <form action="index.html">
  49. <div class="input-group">
  50. <input type="text" placeholder="Password" class="form-control">
  51. <span class="input-group-btn">
  52. <button class="btn btn-green" type="submit">
  53. <i class="fa fa-chevron-right"></i>
  54. </button> </span>
  55. </div>
  56. <div class="relogin">
  57. <a href="login_login.html">
  58. Not Peter Clark?</a>
  59. </div>
  60. </form>
  61. </div>
  62. </div>
  63. <div class="copyright">
  64. 2014 &copy; Rapido by cliptheme.
  65. </div>
  66. </div>
  67. <!-- start: MAIN JAVASCRIPTS -->
  68. <!--[if lt IE 9]>
  69. <script src="assets/plugins/respond.min.js"></script>
  70. <script src="assets/plugins/excanvas.min.js"></script>
  71. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  72. <![endif]-->
  73. <!--[if gte IE 9]><!-->
  74. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
  75. <!--<![endif]-->
  76. <script src="assets/plugins/jquery-ui/jquery-ui-1.10.2.custom.min.js"></script>
  77. <script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
  78. <script src="assets/plugins/jquery-cookie/jquery.cookie.js"></script>
  79. <script src="assets/js/main.js"></script>
  80. <!-- end: MAIN JAVASCRIPTS -->
  81. <!-- start: JAVASCRIPTS REQUIRED FOR THIS PAGE ONLY -->
  82. <!-- end: JAVASCRIPTS REQUIRED FOR THIS PAGE ONLY -->
  83. <script>
  84. jQuery(document).ready(function() {
  85. Main.init();
  86. });
  87. </script>
  88. </body>
  89. <!-- end: BODY -->
  90. </html>