]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/index.html
Reload videos after removing one to avoid issues with paging etc
[github/Chocobozzz/PeerTube.git] / client / src / index.html
CommitLineData
4a6995be
C
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" />
7f82b8ae
C
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>
4a6995be
C
14 </head>
15
16 <!-- 3. Display the application -->
17 <body>
18 <my-app>Loading...</my-app>
19 </body>
20</html>