mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
31 lines
1.2 KiB
Text
31 lines
1.2 KiB
Text
<div class="header-Outro">
|
|
<div class="row content single-Col txt-Center">
|
|
<h1>Welcome Back!</h1>
|
|
<h3 class="subtitle"></h3>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="content txt-Center single-Col misc-page">
|
|
<%== flash_display %>
|
|
|
|
<form method="POST" action="/signin" class="content">
|
|
<input name="csrf_token" type="hidden" value="<%= csrf_token %>">
|
|
<fieldset>
|
|
<label for="username">Username</label>
|
|
<input name="username" type="text" placeholder="sitename" class="input-Area" autocapitalize="off" autocorrect="off" value="<%= flash[:username] %>" style="width: 290px">.neocities.org
|
|
<label for="password">Password</label>
|
|
<input name="password" type="password" class="input-Area" placeholder="Your password" style="width: 400px">
|
|
</fieldset>
|
|
<input class="btn-Action" type="submit" value="Sign In">
|
|
</form>
|
|
|
|
<hr>
|
|
<p>
|
|
<a href="/#new" title="Sign me up!">I don't have an account yet.</a>
|
|
</p>
|
|
<p>
|
|
<a href="/password_reset" title="You should use a password manager like LastPass, it will change your life.">I forgot my password.</a>
|
|
</p>
|
|
<p>
|
|
<a href="/forgot_username" title="Seriously?">I forgot my username.</a>
|
|
</div>
|