X-Git-Url: http://git.scottworley.com/vopamoi/blobdiff_plain/75a42da4667eceebea699c52d85fa4b7c3e6a0bc..c70b3eedcfa3521a21239d7f0a6d2168e063dea2:/index.html

diff --git a/index.html b/index.html
index afb9231..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 browserCreateTask(this);">
-      <input id="taskName" name="taskName">
-    </form>
+    <input id="taskName" name="taskName">
+    <div id="tasks"></div>
   </body>
 </html>