2024-02-24 09:54:25 +01:00
|
|
|
{{define "page-content"}}
|
|
|
|
<h2>Anmeldung</h2>
|
|
|
|
<form>
|
2024-04-01 14:22:59 +02:00
|
|
|
<div class="btn-area">
|
|
|
|
<input class="w-full" name="username" placeholder="Benutzername" type="text" />
|
|
|
|
<input class="w-full" name="password" placeholder="Passwort" type="password" />
|
2024-03-28 08:41:38 +01:00
|
|
|
</div>
|
|
|
|
|
2024-04-03 20:24:54 +02:00
|
|
|
<input class="action-btn" type="submit" value="Anmelden" hx-post="/login" hx-target="#page-content" />
|
2024-02-24 09:54:25 +01:00
|
|
|
</form>
|
|
|
|
{{end}}
|