Skip to content

Instantly share code, notes, and snippets.

@hanislovingit
Created July 13, 2015 04:34
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 hanislovingit/87a43a516c0b713950b0 to your computer and use it in GitHub Desktop.
Save hanislovingit/87a43a516c0b713950b0 to your computer and use it in GitHub Desktop.
just-a-test
<div class="sign-in-box">
<div class="sign-in-box-logo"></div>
<form id="SSTAuthForm" name="SSTAuthForm" method="post" action="/">
<input type="hidden" id="returnUrl" name="returnUrl">
<div class="sign-in-box-input-box">
<input class="sign-in-box-input-box-text" type="email" id="UserName" name="UserName" placeholder="Email">
<input class="sign-in-box-input-box-text" type="password" id="Password" name="Password" placeholder="Password">
</div>
<div class="sign-in-box-btn-box">
<button class="agx-btn-orange mod-small" type="submit">SIGN IN</button>
</div>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment