X-Git-Url: http://git.scottworley.com/vopamoi/blobdiff_plain/974848d36d6c4f1b171bd990f3d5659cb0e8134d..4546c7b76e0168ef69cf9d046bfdac7fadac5f9d:/index.html

diff --git a/index.html b/index.html
index 5721f96..91908e3 100644
--- a/index.html
+++ b/index.html
@@ -3,9 +3,10 @@
   <head>
     <script src="vopamoi.js" defer="true"></script>
   </head>
-  <body>
-    <form onsubmit="return browserCreateTask(this);">
-      <input name="taskName">
+  <body onload="browserInit();">
+    <form onsubmit="return BrowserUI.addTask(this);">
+      <input id="taskName" name="taskName">
     </form>
+    <div id="tasks"></div>
   </body>
 </html>