Last active
May 20, 2019 21:50
-
-
Save maciejkorsan/e1dc2fa2a84f65f35e7bd9dcd003a579 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="manifest" href="/manifest.webmanifest" /> | |
<meta name="apple-mobile-web-app-capable" content="yes" /> | |
<link | |
rel="apple-touch-icon" | |
sizes="192x192" | |
href="/images/icons/icon-192x192.png" | |
/> | |
<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" | |
/> | |
. | |
. | |
. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment