mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-12 03:32:06 +00:00
8 lines
226 B
HTML
8 lines
226 B
HTML
|
<h1>Login</h1>
|
||
|
|
||
|
<form action="/login" method="post" accept-charset="utf-8">
|
||
|
Username:<input type="text" name="username">
|
||
|
Password:<input type="password" name="password">
|
||
|
<input type="submit" value="Login">
|
||
|
</form>
|