]> git.scottworley.com Git - vopamoi/blame - index.html
Modern web boilerplate
[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">
974848d3 6 <script src="vopamoi.js" defer="true"></script>
4e05a0a2 7 <link rel="stylesheet" href="vopamoi.css"/>
4c532769
SW
8 <style id="viewStyle">
9 .task:not([data-state=todo]) { display: none }
10 :root { --view-state-indicator-color: white; }
11 </style>
974848d3 12 </head>
f1afad9b 13 <body onload="browserInit();">
4c532769
SW
14 <div id="ui">
15 <input id="taskName" name="taskName">
16 <div id="tasks"></div>
17 </div>
974848d3
SW
18 </body>
19</html>