5 lines
232 B
PHP
5 lines
232 B
PHP
<form action="/user/signup" method="POST">
|
|
<input type="text" name="username" placeholder="username">
|
|
<input type="password" name="password" placeholder="password">
|
|
<input type="submit" value="Créer un compte">
|
|
</form> |