fehlerbehebung

This commit is contained in:
xoy 2023-01-28 23:22:19 +01:00
parent 3c357e7d72
commit bf33e34241
1 changed files with 1 additions and 0 deletions

View File

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