Skip to content

Instantly share code, notes, and snippets.

@vladbatushkov
Last active November 28, 2020 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vladbatushkov/ebcb21f2fc7d34de7aaa86deeccf5835 to your computer and use it in GitHub Desktop.
Save vladbatushkov/ebcb21f2fc7d34de7aaa86deeccf5835 to your computer and use it in GitHub Desktop.
eaetnoteat index
<body>
<div id="game"></div>
<script>
var app = Elm.Main.init({
node: document.getElementById('game'),
flags: window.screen.width
});
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment