updates
This commit is contained in:
10
server/internal/templates/home.templ
Normal file
10
server/internal/templates/home.templ
Normal 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>
|
||||
}
|
||||
Reference in New Issue
Block a user