Skip to content

Instantly share code, notes, and snippets.

@gnschenker
Last active August 29, 2015 14:01
Show Gist options
  • Save gnschenker/151edde2e7152c8e8aaf to your computer and use it in GitHub Desktop.
Save gnschenker/151edde2e7152c8e8aaf to your computer and use it in GitHub Desktop.
<form>
<label>User name:</label>
<input name='userName' type='text'/>
<br>
<label>Password:</label>
<input name='password' type='password'/>
<br>
<button>Submit</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment