]> git.scottworley.com Git - vopamoi/blame - index.html
BrowserUI
[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
SW
9 </form>
10 </body>
11</html>