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