]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/index.html
c45ab6b6f0cc94df5145d4642e11eee17d5a884f
[github/Chocobozzz/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" href="/client/assets/favicon.ico" />
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>Loading...</my-app>
19 </body>
20 </html>