X-Git-Url: http://git.scottworley.com/vopamoi/blobdiff_plain/a26b1f4b541b3cfad00999530e8e4c9e613db806..792b8a180ea729fd3cbfffaa915c6df9041e391d:/index.html

diff --git a/index.html b/index.html
index ac8cb53..2714223 100644
--- a/index.html
+++ b/index.html
@@ -2,9 +2,16 @@
 <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 }
+      :root { --view-state-indicator-color: white; }
+    </style>
   </head>
   <body onload="browserInit();">
-    <input id="taskName" name="taskName">
-    <div id="tasks"></div>
+    <div id="ui">
+      <input id="taskName" name="taskName">
+      <div id="tasks"></div>
+    </div>
   </body>
 </html>