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

19 lines
No EOL
766 B
Text

.page
.content.single-Col.txt-Center
h1 Welcome back!
form method="POST" action="/signin"
input name="csrf_token" type="hidden" value="#{csrf_token}"
fieldset
div: input name="username" style="height:auto!important" type="text" placeholder="Your username" class="input-Area" autocapitalize="off" autocorrect="off"
div: input name="password" style="height:auto!important" type="password" class="input-Area" placeholder="Your password"
div: button class="btn-Action" href="#" Sign in
hr
p
a href="/new" title="Sign me up!" I don't have an account yet.
p
a href="/password_reset" title="What did I huh?" I forgot my password.