]> git.scottworley.com Git - vopamoi/blame - index.html
Initiate task creation with Enter key rather than form submit
[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();">
a26b1f4b 7 <input id="taskName" name="taskName">
4546c7b7 8 <div id="tasks"></div>
974848d3
SW
9 </body>
10</html>