5 lines
228 B
PHP
5 lines
228 B
PHP
<form action="/user/signin" method="POST">
|
|
<input type="text" name="username" placeholder="username">
|
|
<input type="password" name="password" placeholder="password">
|
|
<input type="submit" value="Se connecter">
|
|
</form> |