More registration work

This commit is contained in:
Nyx 2025-03-10 01:02:38 -05:00
parent b9e90ba56c
commit 4a6ef8a047

View file

@ -9,7 +9,7 @@
{{ header_login() }}
<div style="text-align:center">
<h1>
Login to {{ instanceName }}'s Nyxask!
Register at {{ instanceBranding }}
</h1>
<label>
<input
@ -17,6 +17,7 @@
type="text"
name="name"
size="10"
required
/>
</label>
<br>
@ -27,8 +28,25 @@
type="password"
name="password"
size="10"
required
/>
</label>
<br>
<br>
<label>
Agree to the rules
<input
type="checkbox"
name="scales"
required
/>
</label>
<br>
<br>
<input
type="submit"
value="Register"
/>
</div>
</body>
</html>