edited230126

This commit is contained in:
2026-01-23 18:07:29 +01:00
parent 32312fe4f2
commit 138136e835
18 changed files with 1354 additions and 283 deletions

View File

@@ -5,8 +5,8 @@
<h1 class="h3 mb-3">Login</h1>
<form method="post" class="card card-body">
<div class="mb-3">
<label class="form-label">Username</label>
<input class="form-control" name="username" autocomplete="username" required />
<label class="form-label">Email</label>
<input class="form-control" type="email" name="email" autocomplete="email" required />
</div>
<div class="mb-3">
<label class="form-label">Password</label>