Skip to content

Instantly share code, notes, and snippets.

@panoply
Created March 22, 2018 23:57
Show Gist options
  • Save panoply/8e45ee3ba82c45d999d77e2a3baa56b8 to your computer and use it in GitHub Desktop.
Save panoply/8e45ee3ba82c45d999d77e2a3baa56b8 to your computer and use it in GitHub Desktop.
Mithril – Get Started
<body>
<script src="//unpkg.com/mithril/mithril.js"></script>
<script>
var root = document.body
// your code goes here!
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment