diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-10 14:06:19 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-24 10:58:16 +0200 |
commit | ffb321bedca46d6987c7b31dd58e5dea96ea2ea2 (patch) | |
tree | 019f0427c1860ae0b00694c43f1be8d5fe1aa995 /client/src/index.html | |
parent | 7cd4d2ba10106c10602c86f74f55743ded588896 (diff) | |
download | PeerTube-ffb321bedca46d6987c7b31dd58e5dea96ea2ea2.tar.gz PeerTube-ffb321bedca46d6987c7b31dd58e5dea96ea2ea2.tar.zst PeerTube-ffb321bedca46d6987c7b31dd58e5dea96ea2ea2.zip |
WIP plugins: load theme on client side
Diffstat (limited to 'client/src/index.html')
-rw-r--r-- | client/src/index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/client/src/index.html b/client/src/index.html index 6aa885eb7..0b610c55a 100644 --- a/client/src/index.html +++ b/client/src/index.html | |||
@@ -9,19 +9,19 @@ | |||
9 | <!-- Web Manifest file --> | 9 | <!-- Web Manifest file --> |
10 | <link rel="manifest" href="/manifest.webmanifest"> | 10 | <link rel="manifest" href="/manifest.webmanifest"> |
11 | 11 | ||
12 | <!-- /!\ The following comment is used by the server to prerender some tags /!\ --> | ||
13 | |||
14 | <!-- title tag --> | ||
15 | <!-- description tag --> | ||
16 | <!-- custom css tag --> | ||
17 | <!-- meta tags --> | ||
18 | |||
19 | <!-- /!\ Do not remove it /!\ --> | ||
20 | |||
21 | <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" /> | 12 | <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" /> |
22 | 13 | ||
23 | <!-- base url --> | 14 | <!-- base url --> |
24 | <base href="/"> | 15 | <base href="/"> |
16 | |||
17 | <!-- /!\ The following comment is used by the server to prerender some tags /!\ --> | ||
18 | |||
19 | <!-- title tag --> | ||
20 | <!-- description tag --> | ||
21 | <!-- custom css tag --> | ||
22 | <!-- meta tags --> | ||
23 | |||
24 | <!-- /!\ Do not remove it /!\ --> | ||
25 | </head> | 25 | </head> |
26 | 26 | ||
27 | <!-- 3. Display the application --> | 27 | <!-- 3. Display the application --> |