Client: fix login state when logout
[oweals/peertube.git] / client / src / index.html
1 <html>
2   <head>
3     <base href="/">
4
5     <title>PeerTube</title>
6
7     <meta charset="UTF-8">
8     <meta name="viewport" content="width=device-width, initial-scale=1">
9
10     <link rel="icon" type="image/png" href="/client/assets/favicon.png" />
11
12     <!-- TODO: bundle it with webpack when https://github.com/webpack/webpack/pull/1931 will be merged -->
13     <script src="/client/assets/webtorrent/webtorrent.min.js"></script>
14   </head>
15
16   <!-- 3. Display the application -->
17   <body>
18     <my-app>
19     </my-app>
20   </body>
21 </html>