public/index.html aktualisiert
All checks were successful
continuous-integration/drone/push Build is passing

Add icons for apple devices
This commit is contained in:
Artem Anufrij 2023-08-21 14:02:41 +02:00
parent a04cb74861
commit dacb62a9e8

View File

@ -13,6 +13,16 @@
<link rel="icon" type="image/svg+xml" href="static/icon_32.svg" sizes="32x32" /> <link rel="icon" type="image/svg+xml" href="static/icon_32.svg" sizes="32x32" />
<link rel="icon" type="image/svg+xml" href="static/icon_48.svg" sizes="48x48" /> <link rel="icon" type="image/svg+xml" href="static/icon_48.svg" sizes="48x48" />
<link rel="icon" type="image/svg+xml" href="static/icon_64.svg" sizes="any" /> <link rel="icon" type="image/svg+xml" href="static/icon_64.svg" sizes="any" />
<link rel="apple-touch-icon-precomposed" href="static/icon_16.png" sizes="16x16" />
<link rel="apple-touch-icon-precomposed" href="static/icon_24.svg" sizes="24x24" />
<link rel="apple-touch-icon-precomposed" href="static/icon_32.svg" sizes="32x32" />
<link rel="apple-touch-icon-precomposed" href="static/icon_48.svg" sizes="48x48" />
<link rel="apple-touch-icon-precomposed" href="static/icon_64.svg" sizes="64x64" />
<link rel="apple-touch-icon-precomposed" href="static/icon_96.svg" sizes="96x96" />
<link rel="apple-touch-icon-precomposed" href="static/icon_128.svg" sizes="128x128" />
<link rel="apple-touch-icon-precomposed" href="static/icon_192.svg" sizes="192x192" />
<title>WebPlay.rocks</title> <title>WebPlay.rocks</title>
<link rel="manifest" href="manifest.json" /> <link rel="manifest" href="manifest.json" />
<link rel="stylesheet" type="text/css" href="static/style.css" /> <link rel="stylesheet" type="text/css" href="static/style.css" />