Container build support
This commit is contained in:
@ -11,7 +11,7 @@ baseDoc title bodyContent = doctypehtml_ $ do
|
||||
head_ $ do
|
||||
title_ $ fromString title
|
||||
link_ [rel_ "stylesheet", type_ "text/css", href_ "/style.css"]
|
||||
script_ [src_ "/htmx.min.js"] none
|
||||
-- script_ [src_ "/htmx.min.js"] none
|
||||
body_ bodyContent
|
||||
|
||||
baseNav :: Html ()
|
||||
|
Reference in New Issue
Block a user