Last active
November 28, 2020 13:56
-
-
Save vladbatushkov/ebcb21f2fc7d34de7aaa86deeccf5835 to your computer and use it in GitHub Desktop.
eaetnoteat index
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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