]> git.scottworley.com Git - vopamoi/blame - index.html
Style the state-dates
[vopamoi] / index.html
CommitLineData
974848d3
SW
1<!doctype html>
2<html>
3 <head>
a6268469 4 <meta charset="utf-8"/>
974848d3 5 <script src="vopamoi.js" defer="true"></script>
4e05a0a2 6 <link rel="stylesheet" href="vopamoi.css"/>
4c532769
SW
7 <style id="viewStyle">
8 .task:not([data-state=todo]) { display: none }
9 :root { --view-state-indicator-color: white; }
10 </style>
974848d3 11 </head>
f1afad9b 12 <body onload="browserInit();">
4c532769
SW
13 <div id="ui">
14 <input id="taskName" name="taskName">
15 <div id="tasks"></div>
16 </div>
974848d3
SW
17 </body>
18</html>