diff --git a/router.go b/router.go index 3130969..b83128d 100644 --- a/router.go +++ b/router.go @@ -121,7 +121,7 @@ func (a *appData) buildRouter() http.Handler { }))) - dirs := []string{"css", "js", "img", "fonts"} + dirs := []string{"css", "js", "img", "fonts", "html"} for _, d := range dirs { router.ServeFiles(path.Join("/", d, "/*filepath"), http.Dir(filepath.Join("static", d))) } diff --git a/static/index.html b/static/index.html index d1bbbc5..bfc56f3 100644 --- a/static/index.html +++ b/static/index.html @@ -11,7 +11,18 @@