X-Git-Url: http://git.scottworley.com/vopamoi/blobdiff_plain/caa93fd1819b0d57029de637029daf0bc867d17e..f366a8213c2d36700fbf7d384ac93d55f0934f72:/index.html

diff --git a/index.html b/index.html
index 2a82c98..8453007 100644
--- a/index.html
+++ b/index.html
@@ -2,10 +2,11 @@
 <html>
   <head>
     <script src="vopamoi.js" defer="true"></script>
+    <link rel="stylesheet" href="vopamoi.css"/>
+    <style id="viewStyle">.task:not([data-state=todo]) { display: none }</style>
   </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>