docs: load mithril on mithril.js.org

For futzing around in the dev console
This commit is contained in:
Pat Cavit 2017-04-10 23:43:10 -07:00
parent 34d6a710a9
commit 4cfd0c4070
4 changed files with 7 additions and 4 deletions

View file

@ -65,6 +65,8 @@ Let's create an HTML file to follow along:
</body>
```
Mithril is also loaded onto this page already, so you can start poking at the `m` object in the developer console right away if you'd like!
---
### Hello world