summaryrefslogtreecommitdiff
path: root/pages/landing.go
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-09 21:29:25 +0200
committerewy <ewy0@protonmail.com>2026-04-09 21:29:25 +0200
commitc2ab8ee9409ac26a95e9a4c80c8ada51a22313f1 (patch)
tree94a070e764abad211335a0f99a78ac181233976a /pages/landing.go
parent6e896ae0e108eef385b46c26e770dc191ae936ba (diff)
Diffstat (limited to 'pages/landing.go')
-rw-r--r--pages/landing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/landing.go b/pages/landing.go
index d2c2fc3..a4a6f90 100644
--- a/pages/landing.go
+++ b/pages/landing.go
@@ -6,7 +6,7 @@ import (
"net/http"
)
-//go:embed landing.gohtml
+//go:embed html/landing.gohtml
var landContent string
func Land(w http.ResponseWriter, r *http.Request) {