]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/index.html
Add production webpack, big thanks to @AngularClass
[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" />
11 </head>
12
13 <!-- 3. Display the application -->
14 <body>
15 <my-app>Loading...</my-app>
16 </body>
17</html>