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_two_columns.html 2.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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 2</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="loginColumns animated fadeInDown">
  14. <div class="row">
  15. <div class="col-md-6">
  16. <h2 class="font-bold">Welcome to IN+</h2>
  17. <p>
  18. Perfectly designed and precisely prepared admin theme with over 50 pages with extra new web app views.
  19. </p>
  20. <p>
  21. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
  22. </p>
  23. <p>
  24. When an unknown printer took a galley of type and scrambled it to make a type specimen book.
  25. </p>
  26. <p>
  27. <small>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</small>
  28. </p>
  29. </div>
  30. <div class="col-md-6">
  31. <div class="ibox-content">
  32. <form class="m-t" role="form" action="index.html">
  33. <div class="form-group">
  34. <input type="email" class="form-control" placeholder="Username" required="">
  35. </div>
  36. <div class="form-group">
  37. <input type="password" class="form-control" placeholder="Password" required="">
  38. </div>
  39. <button type="submit" class="btn btn-primary block full-width m-b">Login</button>
  40. <a href="#">
  41. <small>Forgot password?</small>
  42. </a>
  43. <p class="text-muted text-center">
  44. <small>Do not have an account?</small>
  45. </p>
  46. <a class="btn btn-sm btn-white btn-block" href="register.html">Create an account</a>
  47. </form>
  48. <p class="m-t">
  49. <small>Inspinia we app framework base on Bootstrap 3 &copy; 2014</small>
  50. </p>
  51. </div>
  52. </div>
  53. </div>
  54. <hr/>
  55. <div class="row">
  56. <div class="col-md-6">
  57. Copyright Example Company
  58. </div>
  59. <div class="col-md-6 text-right">
  60. <small>© 2014-2015</small>
  61. </div>
  62. </div>
  63. </div>
  64. </body>
  65. </html>