]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/index.html
Client: add user management
[github/Chocobozzz/PeerTube.git] / client / src / index.html
CommitLineData
7da18e44 1<!DOCTYPE html>
4a6995be
C
2<html>
3 <head>
4 <base href="/">
5
6 <title>PeerTube</title>
7
8 <meta charset="UTF-8">
9 <meta name="viewport" content="width=device-width, initial-scale=1">
10
fe3b20cd 11 <link rel="icon" type="image/png" href="/client/assets/favicon.png" />
7f82b8ae
C
12
13 <!-- TODO: bundle it with webpack when https://github.com/webpack/webpack/pull/1931 will be merged -->
14 <script src="/client/assets/webtorrent/webtorrent.min.js"></script>
4a6995be
C
15 </head>
16
17 <!-- 3. Display the application -->
18 <body>
5555f886
C
19 <my-app>
20 </my-app>
4a6995be
C
21 </body>
22</html>