neocities/views/signin.slim
2013-07-13 22:09:00 -04:00

18 lines
No EOL
622 B
Text

.page
.content.single-Col
h1 Welcome back!
form method="POST" action="/signin"
input name="csrf_token" type="hidden" value="#{csrf_token}"
fieldset
div: input name="username" type="text" placeholder="Your username" class="input-Area" autocapitalize="off" autocorrect="off"
div: input name="password" type="password" class="input-Area" placeholder="Your password"
div: button class="btn-Action" href="#" Sign in
.row
.span12
div
a href="/new" I don't have an account yet.
div
a href="/password_reset" I forgot my password.