Skip to content

Instantly share code, notes, and snippets.

@johanlunds
Created April 8, 2015 13:10
Show Gist options
  • Save johanlunds/23cbc419a19922b90d23 to your computer and use it in GitHub Desktop.
Save johanlunds/23cbc419a19922b90d23 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<form accept-charset="UTF-8" action="http://localhost:3000/care/session/login" class="form-login simple_form new_contact" id="new_contact" method="post">
<fieldset>
<span class="title"><img src="http://apoex.se/wp-content/themes/apoex/images/img-ico.png" width="16" height="18" alt="image description"> Logga in</span>
<div class="row control-group">
<div class="controls">
<input autofocus="autofocus" placeholder="Användarnamn" class="span12" id="contact_username" name="contact[username]" size="30" type="text">
</div>
</div>
<div class="row control-group">
<div class="controls">
<input class="span12" placeholder="Lösenord" id="contact_password" name="contact[password]" size="30" type="password">
</div>
</div>
<input class="btn btn-success pull-right" name="commit" type="submit" value="Logga in">
</fieldset>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment