Files
rustical/crates/frontend/templates/components/login.html
2024-10-04 21:36:07 +02:00

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>