Skip to content

Instantly share code, notes, and snippets.

@joerichsen
Created March 7, 2013 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joerichsen/5106936 to your computer and use it in GitHub Desktop.
Save joerichsen/5106936 to your computer and use it in GitHub Desktop.
Log på <a href="http://www.holdsport.dk">Holdsport</a>
<form accept-charset="UTF-8" action="http://www.holdsport.dk/sessions" method="post" target="_blank">
<label for="username">Brugernavn</label>
<input class="textfield" id="username" name="username" type="text">
<label for="password">Adgangskode</label>
<input class="textfield" id="password" name="password" type="password">
<input type="submit" value="Log på">
<a href="/forgot_password">Glemt adgangskode?</a>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment