initial commit

This commit is contained in:
2025-09-29 23:53:04 +02:00
commit 085b645265
13 changed files with 476 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<div class="container p-2">
<h1 class="text-2xl">Inicio de sesión</h1>
{{ template "components/input" .EmailField }}
{{ template "components/input" .PasswordField }}
</div>