]> git.scottworley.com Git - vopamoi/blame - index.html
Put tasks in a div
[vopamoi] / index.html
CommitLineData
974848d3
SW
1<!doctype html>
2<html>
3 <head>
4 <script src="vopamoi.js" defer="true"></script>
5 </head>
f1afad9b 6 <body onload="browserInit();">
caa93fd1 7 <form onsubmit="return BrowserUI.addTask(this);">
75a42da4 8 <input id="taskName" name="taskName">
974848d3 9 </form>
4546c7b7 10 <div id="tasks"></div>
974848d3
SW
11 </body>
12</html>