From bf33e342415aaa1cbe367fa5f49c4f622312e15b Mon Sep 17 00:00:00 2001 From: xoy Date: Sat, 28 Jan 2023 23:22:19 +0100 Subject: [PATCH] fehlerbehebung --- func.go | 1 + 1 file changed, 1 insertion(+) diff --git a/func.go b/func.go index 99194bb..f70c629 100644 --- a/func.go +++ b/func.go @@ -52,6 +52,7 @@ func handler() { httpHandleFunc("style/kontakt.css", "./web/styles/kontakt.css", "text/css") httpHandleFunc("style/home.css", "./web/styles/home.css", "text/css") httpHandleFunc("style/events.css", "./web/styles/events.css", "text/css") + httpHandleFunc("style/dashboard.css", "./web/styles/dashboard.css", "text/css") //images httpHandleFunc("image/logo_ctdo.svg", "./web/images/logo_ctdo.svg", "image/svg+xml")