]> git.scottworley.com Git - vopamoi/blame - index.html
No MVMVC; DOM *is* the model.
[vopamoi] / index.html
CommitLineData
974848d3
SW
1<!doctype html>
2<html>
3 <head>
4 <script src="vopamoi.js" defer="true"></script>
5 </head>
6 <body>
7 <form onsubmit="return browserCreateTask(this);">
8 <input name="taskName">
9 </form>
10 </body>
11</html>