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