Attempt 1

This commit is contained in:
2025-09-11 22:26:30 +02:00
parent e100836ecb
commit 3ea7308af0
182 changed files with 25449 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{{ define "content" -}}
<h1>
Hello, Pagerino User!
</h1>
{{- end }}

View File

@@ -0,0 +1,11 @@
{{ define "content" -}}
<form method="POST" action="/login">
<label>Username</label>
<input type="text" name="username" required />
<label>Password</label>
<input type="password" name="password" required />
<button type="submit">Login</button>
</form>
{{- end }}