diff --git a/backend/app/Main.hs b/backend/app/Main.hs index d9979b5..6e261b3 100644 --- a/backend/app/Main.hs +++ b/backend/app/Main.hs @@ -20,6 +20,7 @@ index compiledElmApp = renderHtml $ do H.docTypeHtml $ do H.head $ do H.title "TESTING Scotty+Elm" + H.meta ! A.charset "utf-8" H.style "body{margin:0px;}" (H.body ! A.id "body") $ do embedJs compiledElmApp diff --git a/frontend/elm-stuff/0.19.1/d.dat b/frontend/elm-stuff/0.19.1/d.dat index f621442..0defed2 100644 Binary files a/frontend/elm-stuff/0.19.1/d.dat and b/frontend/elm-stuff/0.19.1/d.dat differ