mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
little more clean up
This commit is contained in:
parent
28ee419613
commit
f245ae0a93
2 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
|
||||
h5 If you provided your e-mail you can reset your password.
|
||||
h6 If you didn't, you will not be able to reset your password.
|
||||
p You will need to create a new account. We will not change a password without an email entered, no exceptions.
|
||||
p You will need to create a new account.
|
||||
p We will not change a password without an email entered, no exceptions.
|
||||
|
||||
form method="POST" action="/send_password_reset"
|
||||
|
||||
|
@ -12,4 +13,5 @@
|
|||
|
||||
fieldset
|
||||
input name="email" type="email" class="input-Area" placeholder="Your email"
|
||||
<br />
|
||||
button class="btn-Action" href="#" style="margin-top: 10px" Send Password Reset
|
|
@ -7,7 +7,9 @@
|
|||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue