neocities/views/signin.slim
2013-07-14 20:02:55 -04:00

20 lines
728 B
Text

.page
.content.single-Col.txt-Center
h1 Welcome back!
form method="POST" action="/signin" class="content"
input name="csrf_token" type="hidden" value="#{csrf_token}"
fieldset
input name="username" type="text" placeholder="Your username" class="input-Area" autocapitalize="off" autocorrect="off"
br
input name="password" type="password" class="input-Area" placeholder="Your password"
br
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.