aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/index.html
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-06-04 19:39:33 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-06-04 19:39:33 +0200
commitfe3b20cdaf54125674afd3c3d0aa8e9411bb0722 (patch)
tree046819b722de09689d18280afa15588f889cdcc7 /client/src/index.html
parent443ecefe67e1ef2762c723f50db00faa1599a2f9 (diff)
downloadPeerTube-fe3b20cdaf54125674afd3c3d0aa8e9411bb0722.tar.gz
PeerTube-fe3b20cdaf54125674afd3c3d0aa8e9411bb0722.tar.zst
PeerTube-fe3b20cdaf54125674afd3c3d0aa8e9411bb0722.zip
Fix favicon
Diffstat (limited to 'client/src/index.html')
-rw-r--r--client/src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/index.html b/client/src/index.html
index c45ab6b6f..f2f601779 100644
--- a/client/src/index.html
+++ b/client/src/index.html
@@ -7,7 +7,7 @@
7 <meta charset="UTF-8"> 7 <meta charset="UTF-8">
8 <meta name="viewport" content="width=device-width, initial-scale=1"> 8 <meta name="viewport" content="width=device-width, initial-scale=1">
9 9
10 <link rel="icon" href="/client/assets/favicon.ico" /> 10 <link rel="icon" type="image/png" href="/client/assets/favicon.png" />
11 11
12 <!-- TODO: bundle it with webpack when https://github.com/webpack/webpack/pull/1931 will be merged --> 12 <!-- TODO: bundle it with webpack when https://github.com/webpack/webpack/pull/1931 will be merged -->
13 <script src="/client/assets/webtorrent/webtorrent.min.js"></script> 13 <script src="/client/assets/webtorrent/webtorrent.min.js"></script>