diff options
-rwxr-xr-x | dist/dbreset-exe | bin | 24120632 -> 24120632 bytes | |||
-rwxr-xr-x | dist/spectralrenga-exe | bin | 24117720 -> 24117720 bytes | |||
-rw-r--r-- | src/Lib.hs | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/dist/dbreset-exe b/dist/dbreset-exe Binary files differindex c60354d..73fff26 100755 --- a/dist/dbreset-exe +++ b/dist/dbreset-exe diff --git a/dist/spectralrenga-exe b/dist/spectralrenga-exe Binary files differindex 5e0f7b6..23bf215 100755 --- a/dist/spectralrenga-exe +++ b/dist/spectralrenga-exe @@ -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_ $ |