X-Git-Url: http://git.scottworley.com/vopamoi/blobdiff_plain/4546c7b76e0168ef69cf9d046bfdac7fadac5f9d..9f6be65ee10f3cfd4ad55b7326e8fb35fc78151a:/index.html diff --git a/index.html b/index.html index 91908e3..55c3b35 100644 --- a/index.html +++ b/index.html @@ -2,11 +2,10 @@ <html> <head> <script src="vopamoi.js" defer="true"></script> + <link rel="stylesheet" href="vopamoi.css"/> </head> <body onload="browserInit();"> - <form onsubmit="return BrowserUI.addTask(this);"> - <input id="taskName" name="taskName"> - </form> + <input id="taskName" name="taskName"> <div id="tasks"></div> </body> </html>