add favicon
[apps/outliner/.git] / public / index.html
1 <!doctype html>
2 <html>
3   <head>
4     <title>Outliner</title>
5     <link rel="stylesheet" href="./assets/reset.css">
6     <link rel="stylesheet" href="./assets/style.css">
7     <link rel="icon" type="image/png" href="./assets/img/favicon.png">
8     <meta charset="utf-8">
9     <meta name="favicon-attribution" content="https://www.flaticon.com/authors/kirill-kazachek">
10   </head>
11   <body>
12     <div id="outliner"></div>
13     <footer>
14       An Outliner project by <a href="https://xangelo.ca">xangelo</a> | <a href="#" id="display-help">Help</a>
15     </footer>
16   </body>
17   <script src="./assets/bundle.js"></script>
18 </html>