diff options
| author | LLLL Colonq <llll@colonq> | 2026-03-06 20:18:53 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-03-06 20:18:53 -0500 |
| commit | 8cbf224b0edc8646690ebbc877d6f72507447d7a (patch) | |
| tree | 880b2cde892c24560cb43dcca75be4f9668197ab /fig-web/src/Fig/Web/Module/Advent.hs | |
| parent | 3eae057004597db4d41cdcc3770d5c7e22c50d15 (diff) | |
fig-web: Talent API
Diffstat (limited to 'fig-web/src/Fig/Web/Module/Advent.hs')
| -rw-r--r-- | fig-web/src/Fig/Web/Module/Advent.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fig-web/src/Fig/Web/Module/Advent.hs b/fig-web/src/Fig/Web/Module/Advent.hs index f46cc6c..d1bfe1c 100644 --- a/fig-web/src/Fig/Web/Module/Advent.hs +++ b/fig-web/src/Fig/Web/Module/Advent.hs @@ -31,7 +31,7 @@ secure a = do head_ do title_ . L.toHtml $ "adventure of advent of code 2025: puzzle " <> tshow pid link_ [rel_ "icon", href_ "/assets/mrgreen.png"] - link_ [rel_ "stylesheet", type_ "text/css", href_ "/main.css"] + link_ [rel_ "stylesheet", type_ "text/css", href_ "/assets/main.css"] body_ [id_ "lcolonq-advent"] do div_ [class_ "lcolonq-advent-header"] do h1_ . L.toHtml $ "puzzle " <> tshow pid <> " (part 1)" |
