fix formatting in docs

This commit is contained in:
Leo Horie 2014-09-27 21:01:00 -04:00
parent 30879a1d78
commit b559118832
27 changed files with 248 additions and 116 deletions

4
document.html Normal file
View file

@ -0,0 +1,4 @@
<script src="mithril.js"></script>
<script type="text/javascript">
m.render(document, m.trust("aa"))
</script>