We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66633a7 commit e485e35Copy full SHA for e485e35
Main.hs
@@ -179,6 +179,7 @@ page input res = html $ renderHtml $ do
179
H.html $ do
180
H.head $ do
181
H.title $ H.toHtml $ str "Try PureScript!"
182
+ H.meta ! A.name "viewport" ! A.content "width=device-width, initial-scale=1.0"
183
H.link ! A.rel "stylesheet" ! A.type_ "text/css" ! A.href "http://fonts.googleapis.com/css?family=Lato:300,400,700"
184
H.link ! A.rel "stylesheet" ! A.type_ "text/css" ! A.href "http://fonts.googleapis.com/css?family=Ubuntu+Mono"
185
H.style $ H.toHtml $ str css
0 commit comments