]> git.scottworley.com Git - vopamoi/blame - index.html
"sm" and "vsm" for someday-*maybe*, rather than just "s"
[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"/>
4c532769
SW
6 <style id="viewStyle">
7 .task:not([data-state=todo]) { display: none }
8 :root { --view-state-indicator-color: white; }
9 </style>
974848d3 10 </head>
f1afad9b 11 <body onload="browserInit();">
4c532769
SW
12 <div id="ui">
13 <input id="taskName" name="taskName">
14 <div id="tasks"></div>
15 </div>
974848d3
SW
16 </body>
17</html>