From a52bbfbb58f72467bda0b42210a8bfe08f4ece9b Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Sat, 26 Feb 2022 12:17:08 -0500 Subject: fix css link --- dist/dbreset-exe | Bin 24120632 -> 24120632 bytes dist/spectralrenga-exe | Bin 24117720 -> 24117720 bytes src/Lib.hs | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/dbreset-exe b/dist/dbreset-exe index c60354d..73fff26 100755 Binary files a/dist/dbreset-exe and b/dist/dbreset-exe differ diff --git a/dist/spectralrenga-exe b/dist/spectralrenga-exe index 5e0f7b6..23bf215 100755 Binary files a/dist/spectralrenga-exe and b/dist/spectralrenga-exe differ diff --git a/src/Lib.hs b/src/Lib.hs index 65d5c08..ec3b734 100644 --- a/src/Lib.hs +++ b/src/Lib.hs @@ -714,7 +714,7 @@ pageTemplate domainName crumbs body = doctypehtml_ $ do meta_ [charset_ "utf-8"] meta_ [name_ "viewport", content_ "width=device-width, initial-scale=1.0"] link_ [rel_ "shortcut icon", type_ "image/x-icon", href_ "/spectral-renga/static/favicon.ico"] - link_ [rel_ "stylesheet", type_ "text/css", href_ "/cyfraeviolae/static/styles.css"] + link_ [rel_ "stylesheet", type_ "text/css", href_ "/static/styles.css"] link_ [rel_ "stylesheet", type_ "text/css", href_ "/spectral-renga/static/styles.css"] body_ $ div_ [class_ "container"] $ do div_ $ -- cgit v1.2.3