elm-init-1.0.0.0: resources/index.html
<head>
<title>Elm Reactor</title>
<script src="elm.js" charset="utf-8"></script>
</head>
<body>
<script type="text/javascript">
window.addEventListener("DOMContentLoaded", function (){
Elm.fullscreen(Elm.%s, { });
})
</script>
</body>