From 0f857271eac9995b90e16f58181d29a0bd6a47b6 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 9 Jan 2024 23:25:59 +0100 Subject: Added simple fancy style to the dashboard (maybe opinionated) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') 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) { -- cgit v1.1