This commit is contained in:
2026-01-24 15:59:05 +02:00
parent cbb3fb3421
commit b59d27d13d
12 changed files with 165 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
package templates
templ Home() {
<div>
<h1>Welcome to Futur Web App</h1>
<p>This is server-rendered with Templ and HTMX.</p>
<a href="/login">Login</a>
<a href="/dashboard">Dashboard</a>
</div>
}