added meta charset utf-8

This commit is contained in:
mtgmonkey 2025-04-25 10:48:03 -04:00
parent 89934be8d6
commit 7b9e48449f
2 changed files with 1 additions and 0 deletions

View file

@ -20,6 +20,7 @@ index compiledElmApp = renderHtml $ do
H.docTypeHtml $ do H.docTypeHtml $ do
H.head $ do H.head $ do
H.title "TESTING Scotty+Elm" H.title "TESTING Scotty+Elm"
H.meta ! A.charset "utf-8"
H.style "body{margin:0px;}" H.style "body{margin:0px;}"
(H.body ! A.id "body") $ do (H.body ! A.id "body") $ do
embedJs compiledElmApp embedJs compiledElmApp

Binary file not shown.