bliss/views/auth/register.eta
HRG @ SCExC e335c65506 hmm
2024-02-24 11:12:14 -05:00

10 lines
259 B
Text

<form action="/register" method="POST">
<input name="username" placeholder="username">
<input name="password" placeholder="password">
<button type="submit">
move in
</button>
<% if (error) { %>
<%= error %>
<% } %>
</form>