Created
March 10, 2015 14:57
-
-
Save ryanirilli/df845b26063a84307805 to your computer and use it in GitHub Desktop.
Simple Login Form
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 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