Add Apple touch startup images
63
index.html
|
@ -15,6 +15,67 @@
|
|||
<meta name="msapplication-TileColor" content="#120f1d" />
|
||||
<meta name="theme-color" content="#120f1d" />
|
||||
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||
href="/public/splash/splash-640x1136.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
|
||||
href="/public/splash/splash-2436x1125.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||
href="/public/splash/splash-1792x828.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||
href="/public/splash/splash-828x1792.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||
href="/public/splash/splash-1334x750.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
|
||||
href="/public/splash/splash-1242x2688.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
|
||||
href="/public/splash/splash-2208x1242.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
|
||||
href="/public/splash/splash-1125x2436.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
|
||||
href="/public/splash/splash-1242x2208.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||
href="/public/splash/splash-2732x2048.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
|
||||
href="/public/splash/splash-2688x1242.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||
href="/public/splash/splash-2224x1668.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||
href="/public/splash/splash-750x1334.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||
href="/public/splash/splash-2048x2732.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||
href="/public/splash/splash-2388x1668.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||
href="/public/splash/splash-1668x2224.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||
href="/public/splash/splash-640x1136.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||
href="/public/splash/splash-1668x2388.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||
href="/public/splash/splash-2048x1536.png" />
|
||||
<link rel="apple-touch-startup-image"
|
||||
media="screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||
href="/public/splash/splash-1536x2048.png" />
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap" rel="stylesheet" />
|
||||
|
@ -58,4 +119,4 @@
|
|||
<script type="module" src="/src/index.tsx"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
BIN
public/splash/splash-1125x2436.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
public/splash/splash-1136x640.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
public/splash/splash-1242x2208.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
public/splash/splash-1242x2688.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
public/splash/splash-1334x750.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
public/splash/splash-1536x2048.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
public/splash/splash-1668x2224.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
public/splash/splash-1668x2388.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
public/splash/splash-1792x828.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
public/splash/splash-2048x1536.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
public/splash/splash-2048x2732.png
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
public/splash/splash-2208x1242.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
public/splash/splash-2224x1668.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
public/splash/splash-2388x1668.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
public/splash/splash-2436x1125.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
public/splash/splash-2688x1242.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
public/splash/splash-2732x2048.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
public/splash/splash-640x1136.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/splash/splash-750x1334.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
public/splash/splash-828x1792.png
Normal file
After Width: | Height: | Size: 22 KiB |