complete registration and login

This commit is contained in:
Matteo Rosati
2026-01-26 14:44:17 +01:00
parent 4fc146789f
commit c9db7c89d8
15 changed files with 315 additions and 114 deletions

9
logout.html Normal file
View File

@@ -0,0 +1,9 @@
<!doctype html>
<html>
<body>
<h1>Logout</h1>
<script type="module" src="/src/logout.ts"></script>
</body>
</html>