Skip to content

Instantly share code, notes, and snippets.

@gnuwilliam
Created August 11, 2013 22:18
Show Gist options
  • Save gnuwilliam/6207145 to your computer and use it in GitHub Desktop.
Save gnuwilliam/6207145 to your computer and use it in GitHub Desktop.
gist for sudotrap
<form class="form-inline">
<input type="text" class="form-control" placeholder="Email">
<input type="password" class="form-control" placeholder="Password">
<div class="checkbox">
<label>
<input type="checkbox"> Remember me
</label>
</div>
<button type="submit" class="btn btn-default">Sign in</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment