Skip to content

Instantly share code, notes, and snippets.

@opensourcekam
Created May 1, 2016 17:36
Show Gist options
  • Save opensourcekam/be96bba887edb217605a9a0f18486a56 to your computer and use it in GitHub Desktop.
Save opensourcekam/be96bba887edb217605a9a0f18486a56 to your computer and use it in GitHub Desktop.
<div class="container">
<form class="form-signin">
<h2 class="form-signin-heading">Please sign in</h2>
<label for="inputEmail" class="sr-only">Email address</label>
<input type="email" id="inputEmail" class="form-control" placeholder="Email address" required="" autofocus="">
<label for="inputPassword" class="sr-only">Password</label>
<input type="password" id="inputPassword" class="form-control" placeholder="Password" required="">
<div class="checkbox">
<label>
<input type="checkbox" value="remember-me"> Remember me
</label>
</div>
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment