Skip to content

Instantly share code, notes, and snippets.

@avinashseth
Created November 13, 2018 08:44
Show Gist options
  • Select an option

  • Save avinashseth/df44cfe90e087a540b958ceeb946563f to your computer and use it in GitHub Desktop.

Select an option

Save avinashseth/df44cfe90e087a540b958ceeb946563f to your computer and use it in GitHub Desktop.
<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