Skip to content

Instantly share code, notes, and snippets.

@bennibau
Created September 9, 2017 09:47
Show Gist options
  • Save bennibau/312c08c8bb80d1e918ae7ded6cb894b5 to your computer and use it in GitHub Desktop.
Save bennibau/312c08c8bb80d1e918ae7ded6cb894b5 to your computer and use it in GitHub Desktop.
<form action="" method="post">
<input type="hidden" name="type" value="loginUser" />
<input class="u-full-width" type="email" name="email" placeholder="Email" id="linkInput">
<input class="u-full-width" type="password" name="password" placeholder="Password" id="linkInput">
<input class="button-primary" type="submit" value="Register">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment