ea88bb15b68b64ae233b61507fea7c68f124d8b3
[oweals/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     <meta name="description" content="PeerTube, a decentralized video streaming platform using P2P (BitTorrent) directly in the web browser" />
9
10     <!-- The following comment is used by the server to prerender OpenGraph tags -->
11     <!-- opengraph tags -->
12     <!-- Do not remove it! -->
13
14     <!-- TODO: bundle it with webpack when https://github.com/webpack/webpack/pull/1931 will be merged -->
15     <!-- <script src="/client/assets/webtorrent/webtorrent.min.js"></script> -->
16
17     <link rel="icon" type="image/png" href="/client/assets/favicon.png" />
18
19     <!-- base url -->
20     <base href="<%= htmlWebpackPlugin.options.metadata.baseUrl %>">
21
22     <%= htmlWebpackPlugin.files.webpackManifest %>
23   </head>
24
25   <!-- 3. Display the application -->
26   <body>
27
28     <my-app>
29     </my-app>
30
31   </body>
32 </html>