import Text (plainText)
main = plainText "hello world"<html>
<head>
<script src="elm.js"></script>
</head>
</html><!DOCTYPE HTML><html><head><meta charset="UTF-8"><title>Main</title><link rel="stylesheet" type="text/css" href="yourStyle.css"><script type="text/javascript" src="elm.js"></script></head><body></body><script type="text/javascript">var yourPgm = Elm.fullscreen(Elm.Main);</script></html>--
You received this message because you are subscribed to a topic in the Google Groups "Elm Discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elm-discuss/FP5Ly4e40_4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elm-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and all its topics, send an email to elm-discuss+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss...@googlegroups.com.
<style>html, head, body { padding:0; margin:0; }
body { font-family: calibri, helvetica, arial, sans-serif; }
a:link { text-decoration: none; color: rgb(15,102,230); }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: underline; color: rgb(234,21,122); }
html,body { height: 100%; margin: 0px; }
</style>