mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 20:32:48 +00:00
8 lines
291 B
HTML
8 lines
291 B
HTML
<form action="login" method="post">
|
|
<label for="username">Username</label>
|
|
<input type="text" name="username" placeholder="username">
|
|
<label for="password">Password</label>
|
|
<input type="password" name="password" placeholder="password">
|
|
<button type="submit">Login</button>
|
|
</form>
|