Update iOS Splash Screens

This commit is contained in:
lockbitchat
2025-08-24 15:22:53 -04:00
parent 7fdf7a1b89
commit f368defcf1
5 changed files with 5 additions and 5 deletions

View File

@@ -31,14 +31,14 @@
<meta name="msapplication-TileColor" content="#ff6b35">
<meta name="msapplication-config" content="/browserconfig.xml">
<!-- iOS Splash Screens - МИНИМАЛЬНЫЙ НАБОР -->
<link rel="apple-touch-startup-image" href="./splash/launch-640x1136.png"
<!-- iOS Splash Screens -->
<link rel="apple-touch-startup-image" href="./logo/splash/launch-640x1136.png"
media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="./splash/launch-750x1334.png"
<link rel="apple-touch-startup-image" href="./logo/splash/launch-750x1334.png"
media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="./splash/launch-1125x2436.png"
<link rel="apple-touch-startup-image" href="./logo/splash/launch-1125x2436.png"
media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="./splash/launch-1242x2688.png"
<link rel="apple-touch-startup-image" href="./logo/splash/launch-1242x2688.png"
media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
<!-- Apple Touch Icons -->