aa7a6035d7f8aa28b51614bb81b54b9d5a80b285
[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
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>