Theme Inspinia
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.

login.html 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>INSPINIA | Login</title>
  7. <link href="css/bootstrap.min.css" rel="stylesheet">
  8. <link href="font-awesome/css/font-awesome.css" rel="stylesheet">
  9. <link href="css/animate.css" rel="stylesheet">
  10. <link href="css/style.css" rel="stylesheet">
  11. </head>
  12. <body class="gray-bg">
  13. <div class="middle-box text-center loginscreen animated fadeInDown">
  14. <div>
  15. <div>
  16. <h1 class="logo-name">IN+</h1>
  17. </div>
  18. <h3>Welcome to IN+</h3>
  19. <p>Perfectly designed and precisely prepared admin theme with over 50 pages with extra new web app views.
  20. <!--Continually expanded and constantly improved Inspinia Admin Them (IN+)-->
  21. </p>
  22. <p>Login in. To see it in action.</p>
  23. <form class="m-t" role="form" action="index.html">
  24. <div class="form-group">
  25. <input type="email" class="form-control" placeholder="Username" required="">
  26. </div>
  27. <div class="form-group">
  28. <input type="password" class="form-control" placeholder="Password" required="">
  29. </div>
  30. <button type="submit" class="btn btn-primary block full-width m-b">Login</button>
  31. <a href="#"><small>Forgot password?</small></a>
  32. <p class="text-muted text-center"><small>Do not have an account?</small></p>
  33. <a class="btn btn-sm btn-white btn-block" href="register.html">Create an account</a>
  34. </form>
  35. <p class="m-t"> <small>Inspinia we app framework base on Bootstrap 3 &copy; 2014</small> </p>
  36. </div>
  37. </div>
  38. <!-- Mainly scripts -->
  39. <script src="js/jquery-2.1.1.js"></script>
  40. <script src="js/bootstrap.min.js"></script>
  41. </body>
  42. </html>