Skip to content

Instantly share code, notes, and snippets.

@ryanirilli
Created March 10, 2015 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanirilli/df845b26063a84307805 to your computer and use it in GitHub Desktop.
Save ryanirilli/df845b26063a84307805 to your computer and use it in GitHub Desktop.
Simple Login Form
<form name="signInForm">
<label>Email</label>
<input type="text" name="email">
<label>Password</label>
<input type="password" name="password">
<button type="submit">Sign In</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment