From 2bf20fe39cd70b25f89ccd3b40d06895f25a0833 Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Sun, 28 Sep 2025 12:09:33 +0300 Subject: Iteration --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 8b2ca32..84676e9 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ const ( listenAddress = ":8080" ) -var tpl = template.Must(template.ParseFiles("index.html")) +var tpl = template.Must(template.ParseFiles("static/index.html")) // basicAuth wraps any http.Handler and enforces HTTP Basic Authentication. func basicAuth(next http.Handler) http.Handler { -- cgit v1.2.3-70-g09d2