aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/index.html
diff options
context:
space:
mode:
authorLucas Teixeira <ltx16@hotmail.com>2018-02-08 06:52:35 -0200
committerChocobozzz <me@florianbigard.com>2018-02-08 09:52:35 +0100
commit9ccf111912cae2a345d8ca0cf412703e59d19cf8 (patch)
tree2efc9e8b18be17d30667619bcf55e6cae887d1aa /client/src/index.html
parent00336945ce75c04d603ed7950e18b699a606ac8b (diff)
downloadPeerTube-9ccf111912cae2a345d8ca0cf412703e59d19cf8.tar.gz
PeerTube-9ccf111912cae2a345d8ca0cf412703e59d19cf8.tar.zst
PeerTube-9ccf111912cae2a345d8ca0cf412703e59d19cf8.zip
Include Web Manifest (#273)
* Include Web Manifest Now we need to fix the path, which shouldn't be hard. * Delete unused icon * Remove Thumbs.db That file was automatically generated * Fixed icon path * Fixed typo
Diffstat (limited to 'client/src/index.html')
-rw-r--r--client/src/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/index.html b/client/src/index.html
index 094d52454..79c3edea8 100644
--- a/client/src/index.html
+++ b/client/src/index.html
@@ -7,6 +7,8 @@
7 <meta name="viewport" content="width=device-width, initial-scale=1"> 7 <meta name="viewport" content="width=device-width, initial-scale=1">
8 <meta name="description" content="PeerTube, a decentralized video streaming platform using P2P (BitTorrent) directly in the web browser" /> 8 <meta name="description" content="PeerTube, a decentralized video streaming platform using P2P (BitTorrent) directly in the web browser" />
9 9
10 <!-- Web Manifest file -->
11 <link rel="manifest" href="manifest.json">
10 <!-- The following comment is used by the server to prerender OpenGraph and oEmbed tags --> 12 <!-- The following comment is used by the server to prerender OpenGraph and oEmbed tags -->
11 <!-- open graph and oembed tags --> 13 <!-- open graph and oembed tags -->
12 <!-- Do not remove it! --> 14 <!-- Do not remove it! -->