]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/index.html
Only display "make/quit friends" if connected
[github/Chocobozzz/PeerTube.git] / client / index.html
CommitLineData
6f4e2522
C
1<html>
2 <head>
230809ef
C
3 <base href="/">
4
dc8bc31b 5 <title>PeerTube</title>
230809ef
C
6
7 <meta charset="UTF-8">
6f4e2522 8 <meta name="viewport" content="width=device-width, initial-scale=1">
230809ef 9
dc8bc31b 10 <link rel="stylesheet" href="/app/stylesheets/index.css">
6f4e2522
C
11
12 <!-- 1. Load libraries -->
13 <!-- IE required polyfills, in this exact order -->
dc8bc31b 14 <script src="/app/node_modules/es6-shim/es6-shim.min.js"></script>
230809ef
C
15 <script src="/app/node_modules/zone.js/dist/zone.js"></script>
16 <script src="/app/node_modules/reflect-metadata/Reflect.js"></script>
dc8bc31b 17 <script src="/app/node_modules/systemjs/dist/system.src.js"></script>
230809ef 18
dc8bc31b
C
19 <script src="/app/node_modules/jquery/dist/jquery.js"></script>
20 <script src="/app/node_modules/jquery.ui.widget/jquery.ui.widget.js"></script>
21 <script src="/app/node_modules/blueimp-file-upload/js/jquery.fileupload.js"></script>
230809ef 22
dc8bc31b 23 <script src="/app/node_modules/webtorrent/webtorrent.min.js"></script>
6f4e2522 24
230809ef 25 <!-- <script src="/app/angular/angular-rxjs.bundle.js"></script> -->
6f4e2522
C
26
27 <!-- 2. Configure SystemJS -->
230809ef 28 <script src="/app/systemjs.config.js"></script>
6f4e2522 29 <script>
230809ef 30 System.import('app').catch(function(err){ console.error(err); });
6f4e2522 31 </script>
6f4e2522
C
32 </head>
33
34 <!-- 3. Display the application -->
35 <body>
36 <my-app>Loading...</my-app>
37 </body>
38</html>