11 lines
259 B
Text
11 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>
|