add help window, accessible via `?`
[apps/outliner/.git] / public / index.html
1 <!doctype html>
2 <html>
3   <head>
4     <meta charset="utf-8">
5     <title>Outliner</title>
6     <link rel="stylesheet" href="./assets/reset.css">
7     <link rel="stylesheet" href="./assets/style.css">
8   </head>
9   <body>
10     <div id="outliner"></div>
11     <footer>
12       An Outliner project by <a href="https://xangelo.ca">xangelo</a> | <a href="#" id="display-help">Help</a>
13     </footer>
14   </body>
15   <script src="./assets/bundle.js"></script>
16 </html>