added pwa splash screen
@ -58,6 +58,58 @@ export default function RootLayout({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning className="">
|
<html lang="en" suppressHydrationWarning className="">
|
||||||
|
<head>
|
||||||
|
<link
|
||||||
|
href="splashscreens/iphone5_splash.png"
|
||||||
|
media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)"
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
href="splashscreens/iphone6_splash.png"
|
||||||
|
media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)"
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
href="splashscreens/iphoneplus_splash.png"
|
||||||
|
media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)"
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
href="splashscreens/iphonex_splash.png"
|
||||||
|
media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)"
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
href="splashscreens/iphonexr_splash.png"
|
||||||
|
media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2)"
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
href="splashscreens/iphonexsmax_splash.png"
|
||||||
|
media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3)"
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
href="splashscreens/ipad_splash.png"
|
||||||
|
media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)"
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
href="splashscreens/ipadpro1_splash.png"
|
||||||
|
media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)"
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
href="splashscreens/ipadpro3_splash.png"
|
||||||
|
media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2)"
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
href="splashscreens/ipadpro2_splash.png"
|
||||||
|
media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)"
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
/>
|
||||||
|
</head>
|
||||||
<body
|
<body
|
||||||
className={cn(
|
className={cn(
|
||||||
inter.className,
|
inter.className,
|
||||||
|
BIN
public/splashscreens/ipad_splash.png
Normal file
After Width: | Height: | Size: 478 KiB |
BIN
public/splashscreens/ipadpro1_splash.png
Normal file
After Width: | Height: | Size: 612 KiB |
BIN
public/splashscreens/ipadpro2_splash.png
Normal file
After Width: | Height: | Size: 850 KiB |
BIN
public/splashscreens/ipadpro3_splash.png
Normal file
After Width: | Height: | Size: 650 KiB |
BIN
public/splashscreens/iphone5_splash.png
Normal file
After Width: | Height: | Size: 122 KiB |
BIN
public/splashscreens/iphone6_splash.png
Normal file
After Width: | Height: | Size: 194 KiB |
BIN
public/splashscreens/iphoneplus_splash.png
Normal file
After Width: | Height: | Size: 260 KiB |
BIN
public/splashscreens/iphonex_splash.png
Normal file
After Width: | Height: | Size: 454 KiB |
BIN
public/splashscreens/iphonexr_splash.png
Normal file
After Width: | Height: | Size: 184 KiB |
BIN
public/splashscreens/iphonexsmax_splash.png
Normal file
After Width: | Height: | Size: 306 KiB |