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")