]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/index.html
Client: Update to Angular RC4
[github/Chocobozzz/PeerTube.git] / client / src / index.html
index c45ab6b6f0cc94df5145d4642e11eee17d5a884f..5cf491221b54c5645135b2c1535a90355ad52add 100644 (file)
@@ -7,7 +7,7 @@
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
 
-    <link rel="icon" href="/client/assets/favicon.ico" />
+    <link rel="icon" type="image/png" href="/client/assets/favicon.png" />
 
     <!-- TODO: bundle it with webpack when https://github.com/webpack/webpack/pull/1931 will be merged -->
     <script src="/client/assets/webtorrent/webtorrent.min.js"></script>
@@ -15,6 +15,7 @@
 
   <!-- 3. Display the application -->
   <body>
-    <my-app>Loading...</my-app>
+    <my-app>
+    </my-app>
   </body>
 </html>