X-Git-Url: http://git.scottworley.com/vopamoi/blobdiff_plain/f1afad9b15dd2e672dc83bf6469532683f9c33ed..bc7996fe80c54f0a7a45e2153a27df466434938c:/index.html diff --git a/index.html b/index.html index 5ed2498..ac8cb53 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,7 @@ <script src="vopamoi.js" defer="true"></script> </head> <body onload="browserInit();"> - <form onsubmit="return browserCreateTask(this);"> - <input name="taskName"> - </form> + <input id="taskName" name="taskName"> + <div id="tasks"></div> </body> </html>