Created
November 13, 2018 08:44
-
-
Save avinashseth/df44cfe90e087a540b958ceeb946563f to your computer and use it in GitHub Desktop.
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
| <div> | |
| <h1>Register</h1> | |
| <form action=""> | |
| <p><input type="text" placeholder="Name" /></p> | |
| <p><input type="text" placeholder="Email" /></p> | |
| <p><input type="text" placeholder="Username" /></p> | |
| <p><input type="password" placeholder="Password"></p> | |
| <p><input type="submit" value="Register"></p> | |
| </form> | |
| <a href="login.html">Login to your account</a> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment