]> git.scottworley.com Git - vopamoi/blame - index.html
Use CSS for filtering the view
[vopamoi] / index.html
CommitLineData
974848d3
SW
1<!doctype html>
2<html>
3 <head>
4 <script src="vopamoi.js" defer="true"></script>
4e05a0a2 5 <link rel="stylesheet" href="vopamoi.css"/>
8e91a18e 6 <style id="viewStyle">.task:not([data-state=todo]) { display: none }</style>
974848d3 7 </head>
f1afad9b 8 <body onload="browserInit();">
a26b1f4b 9 <input id="taskName" name="taskName">
4546c7b7 10 <div id="tasks"></div>
974848d3
SW
11 </body>
12</html>