diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-06-28 18:17:50 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-06-28 18:19:58 +0200 |
| commit | 06dbdee019256ec52fce87d0bac4ffcda09fa392 (patch) | |
| tree | 72225f9d68d2319427fe189b0e8dfbf02bc8004e /src/Main.hs | |
| parent | 5299662f7dacdb636df009aefdc8a7d52d5faf8e (diff) | |
Nick colors on client in JS
Diffstat (limited to 'src/Main.hs')
| -rw-r--r-- | src/Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs index c7bc648..d3abecc 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -288,6 +288,7 @@ mainServe confpath = do let staticFiles = [("style.css", "text/css") + ,("log.js", "text/javascript") ,("robots.txt", "text/plain") ,("favicon.png", "image/png")] |
