]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/index.html
Fix gitignores
[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 <link rel="icon" type="image/png" href="/client/assets/favicon.png" />
10
11 <!-- TODO: bundle it with webpack when https://github.com/webpack/webpack/pull/1931 will be merged -->
12 <script src="/client/assets/webtorrent/webtorrent.min.js"></script>
13
14 <!-- base url -->
15 <base href="<%= htmlWebpackPlugin.options.metadata.baseUrl %>">
16 </head>
17
18 <!-- 3. Display the application -->
19 <body>
20
21 <my-app>
22 </my-app>
23
24 </body>
25 </html>