summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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 {