]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/index.html
Client: check token valitidy at startup
[github/Chocobozzz/PeerTube.git] / client / src / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title><%= htmlWebpackPlugin.options.title %></title>
5
6 <meta charset="UTF-8">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8
9 <!-- The following comment is used by the server to prerender OpenGraph tags -->
10 <!-- opengraph tags -->
11 <!-- Do not remove it! -->
12
13 <link rel="icon" type="image/png" href="/client/assets/favicon.png" />
14
15 <!-- TODO: bundle it with webpack when https://github.com/webpack/webpack/pull/1931 will be merged -->
16 <script src="/client/assets/webtorrent/webtorrent.min.js"></script>
17
18 <!-- base url -->
19 <base href="<%= htmlWebpackPlugin.options.metadata.baseUrl %>">
20 </head>
21
22 <!-- 3. Display the application -->
23 <body>
24
25 <my-app>
26 </my-app>
27
28 </body>
29 </html>