This commit is contained in:
2024-01-11 09:27:03 +01:00
parent e584aeb36a
commit 59f399c866
12 changed files with 295 additions and 11 deletions

5
templates/login.html Normal file
View File

@@ -0,0 +1,5 @@
<form method="post">
<input type="email" name="email">
<input type="password" name="password">
<input type="submit">
</form>