Skip to content

Instantly share code, notes, and snippets.

Created January 4, 2012 11:06
Show Gist options
  • Save anonymous/1559591 to your computer and use it in GitHub Desktop.
Save anonymous/1559591 to your computer and use it in GitHub Desktop.
<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