adlerka.top/templates/login.html
2024-01-11 09:27:03 +01:00

5 lines
136 B
HTML

<form method="post">
<input type="email" name="email">
<input type="password" name="password">
<input type="submit">
</form>