The current implementation doesn't include specifications of splash images on apple devices. They are something like
<link rel="apple-touch-startup-image" href="/apple-splash-1170-2532.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
The current implementation doesn't include specifications of splash images on apple devices. They are something like
in the
<head>
tag.