Skip to content

Instantly share code, notes, and snippets.

@n00dles
Created February 7, 2011 14:21
Show Gist options
  • Save n00dles/814426 to your computer and use it in GitHub Desktop.
Save n00dles/814426 to your computer and use it in GitHub Desktop.
<form action='/login/' method='post' id="contactform">
<div>
<label for="login_name">Username</label>
<input type="text" size="45" name="login_name" id="login_name" value="" class="required" />
</div>
<div>
<label for="login_pass">Password</label>
<input type="password" size="45" name="login_pass" id="login_pass" value="" class="required" />
</div>
<input type="submit" value="Login" name="login_submit" class="submit" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment