make example valid html5
This commit is contained in:
parent
094c4e57ff
commit
6cbe17cd08
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ Once you have a [copy of Mithril](installation.md), getting started is surprisin
|
||||||
|
|
||||||
```markup
|
```markup
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
<title>Todo app</title>
|
||||||
<script src="mithril.js"></script>
|
<script src="mithril.js"></script>
|
||||||
<script>
|
<script>
|
||||||
//app goes here
|
//app goes here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue