add iOS splash
BIN
_media/img/splash/splash-landscape-1136x640.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
_media/img/splash/splash-landscape-1334x750.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
_media/img/splash/splash-landscape-1792x828.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
_media/img/splash/splash-landscape-2048x1536.png
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
_media/img/splash/splash-landscape-2208x1242.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
_media/img/splash/splash-landscape-2224x1668.png
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
_media/img/splash/splash-landscape-2388x1668.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
_media/img/splash/splash-landscape-2436x1125.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
_media/img/splash/splash-landscape-2688x1242.png
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
_media/img/splash/splash-landscape-2732x2048.png
Normal file
After Width: | Height: | Size: 120 KiB |
BIN
_media/img/splash/splash-portrait-1125x2436.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
_media/img/splash/splash-portrait-1242x2208.png
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
_media/img/splash/splash-portrait-1242x2688.png
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
_media/img/splash/splash-portrait-1536x2048.png
Normal file
After Width: | Height: | Size: 73 KiB |
BIN
_media/img/splash/splash-portrait-1668x2224.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
_media/img/splash/splash-portrait-1668x2388.png
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
_media/img/splash/splash-portrait-2048x2732.png
Normal file
After Width: | Height: | Size: 120 KiB |
BIN
_media/img/splash/splash-portrait-640x1136.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
_media/img/splash/splash-portrait-750x1334.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
_media/img/splash/splash-portrait-828x1792.png
Normal file
After Width: | Height: | Size: 27 KiB |
12
index.html
@ -21,6 +21,18 @@
|
||||
<meta name="apple-mobile-web-app-title" content="WORDs">
|
||||
<link rel="apple-touch-icon" href="_media/img/apple-touch-icon.png">
|
||||
<link rel="apple-touch-startup-image" href="_media/img/apple-launch-icon.png">
|
||||
|
||||
<link rel="apple-touch-startup-image" href="_media/img/splash/splash-portrait-0640x1136.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="_media/img/splash/splash-portrait-0750x1334.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="_media/img/splash/splash-portrait-0828x1792.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="_media/img/splash/splash-portrait-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="_media/img/splash/splash-portrait-1242x2208.png" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="_media/img/splash/splash-portrait-1242x2688.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="_media/img/splash/splash-portrait-1536x2048.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="_media/img/splash/splash-portrait-1668x2224.png" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="_media/img/splash/splash-portrait-1668x2388.png" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="_media/img/splash/splash-portrait-2048x2732.png" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
</head>
|
||||
<body>
|
||||
|