Signin Template


SUBMITTED BY: Guest

DATE: Nov. 13, 2013, 8:36 p.m.

FORMAT: Text only

SIZE: 2.1 kB

HITS: 3761

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="description" content="">
  8. <meta name="author" content="">
  9. <link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
  10. <title>Signin Template for Bootstrap</title>
  11. <!-- Bootstrap core CSS -->
  12. <link href="../../dist/css/bootstrap.css" rel="stylesheet">
  13. <!-- Custom styles for this template -->
  14. <link href="signin.css" rel="stylesheet">
  15. <!-- Just for debugging purposes. Don't actually copy this line! -->
  16. <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
  17. <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
  18. <!--[if lt IE 9]>
  19. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  20. <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
  21. <![endif]-->
  22. </head>
  23. <body>
  24. <div class="container">
  25. <form class="form-signin">
  26. <h2 class="form-signin-heading">Please sign in</h2>
  27. <input type="text" class="form-control" placeholder="Email address" required autofocus>
  28. <input type="password" class="form-control" placeholder="Password" required>
  29. <label class="checkbox">
  30. <input type="checkbox" value="remember-me"> Remember me
  31. </label>
  32. <button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
  33. </form>
  34. </div> <!-- /container -->
  35. <!-- Bootstrap core JavaScript
  36. ================================================== -->
  37. <!-- Placed at the end of the document so the pages load faster -->
  38. </body>
  39. </html>

comments powered by Disqus