Skip to content

Instantly share code, notes, and snippets.

@andi1984
Forked from anonymous/login.html
Created October 10, 2012 13:47
Show Gist options
  • Save andi1984/3865753 to your computer and use it in GitHub Desktop.
Save andi1984/3865753 to your computer and use it in GitHub Desktop.
html: Form Required
<form>
<p>
<label>Login:</label>
<input type="email" name="login" required placeholder="Ihre Emailadresse" />
</p>
<p>
<label>Passwort:</label>
<input type="password" name="pw" required placeholder="Ihr hinterlegtes Passwort" />
</p>
<p>
<button>Login</button>
</p>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment