Update example 1 to 0.19

This commit is contained in:
mike stedman
2018-12-09 14:29:34 -07:00
parent 2d1117eac2
commit 78dc0461d7
5 changed files with 5750 additions and 25 deletions

View File

@@ -9,7 +9,12 @@
</head>
<body>
<script type="text/javascript">Elm.Main.fullscreen();</script>
<div id="elm-mount"></div>
<script type="text/javascript">
Elm.Main.init({
node: document.getElementById('elm-mount')
});
</script>
</body>
</html>
</html>