Client: reactive forms
[oweals/peertube.git] / client / src / index.html
1 <!DOCTYPE html>
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
11     <link rel="icon" type="image/png" href="/client/assets/favicon.png" />
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>
15   </head>
16
17   <!-- 3. Display the application -->
18   <body>
19     <my-app>
20     </my-app>
21   </body>
22 </html>