Ajout d'icones au format 192x192 et 96x96 pixels

This commit is contained in:
Vincent Calame 2021-12-16 00:07:43 +01:00 committed by root
parent 272404dac4
commit 307d55f5bd
3 changed files with 2 additions and 1 deletions

BIN
images/icon192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
images/icon96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -31,7 +31,8 @@ Balise permettant aux plugins d'inserer des appels javascript ;
[(#REM) Favicon ]
[<link rel="icon" type="image/png" href="(#CHEMIN{images/icon16.png})" sizes="16x16">]
[<link rel="icon" type="image/png" href="(#CHEMIN{images/icon96.png})" sizes="96x96">]
[<link rel="icon" type="image/png" href="(#CHEMIN{images/icon192.png})" sizes="192x192">]
[(#REM) meta robots ]
[<meta name="robots" content="(#ENV{robots})" />]