Skip to content

Instantly share code, notes, and snippets.

@zoranf
Created April 2, 2013 21:23
Show Gist options
  • Save zoranf/5296336 to your computer and use it in GitHub Desktop.
Save zoranf/5296336 to your computer and use it in GitHub Desktop.
<div id="loginForm">
Login
<form method="POST" action="/sign_in">
<div class="input"><input type="text" name="username" value="Username" id="username" /></div>
<div class="input"><input type="text" name="password" value="Password" id="password" /></div>
<div><input type="checkbox" name="rememberMe" value="1" id="rememberId" /><label for="rememberId"> Remember me</label></div>
<div><a href="">I forgot my password</a></div>
<input type="submit" name="submit_login" value="&nbsp;" id="loginButton" />
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment