moonshark-dk/fs/templates/auth/register.html

6 lines
225 B
HTML

<form method="post">
<input type="text" name="username" placeholder="Username">
<input type="email" name="email" placeholder="Email">
<input type="password" name="password">
<button type="submit">Register</button>
</form>