Created
September 26, 2011 12:55
-
-
Save dagda1/1242169 to your computer and use it in GitHub Desktop.
login.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form accept-charset="UTF-8" action="/user_session" class="new_user_session" id="new_user_session" method="post"> | |
<div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /> | |
<input name="authenticity_token" type="hidden" value="5Q0RXjMIdCbnW8vGYTPYpa+UCg1F8TPQ+EOSDTcQ0Ck=" /> | |
</div> | |
<h2>Log In</h2> | |
<fieldset id='inputs'> | |
<label for="user_session_email">Email</label> | |
<input autocomplete="off" autofocus="autofocus" id="user_session_email" name="user_session[email]" placeholder="email" required="required" size="30" type="text" /> | |
<label for="user_session_password">Password</label> | |
<input id="user_session_password" name="user_session[password]" placeholder="password" size="30" type="password" /> | |
</fieldset> | |
<fieldset id='actions'> | |
<input name="commit" type="submit" value="Log In" /> | |
</fieldset> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment