]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/index.html
Client: Update to Angular RC4
[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
fe3b20cd 10 <link rel="icon" type="image/png" href="/client/assets/favicon.png" />
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>
5555f886
C
18 <my-app>
19 </my-app>
4a6995be
C
20 </body>
21</html>