mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
18 lines
No EOL
622 B
Text
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. |