summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index f5129ce..6b86223 100644
--- a/main.go
+++ b/main.go
@@ -13,7 +13,7 @@ import (
"github.com/gorilla/mux"
)
-//go:embed *.js *.in robots.txt
+//go:embed *.js *.html.in *.css *.png robots.txt
var content embed.FS
func handleEntryOptions(w http.ResponseWriter, r *http.Request) {