Update: Added splashscreens for iOS devices
13
index.html
|
@ -5,6 +5,19 @@
|
|||
<link rel="icon" type="image/png" href="/src/assets/logo_round.png" />
|
||||
<!--<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />-->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
|
||||
<!--Splash Screens for iOS Devices-->
|
||||
<link href="public/assets/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="public/assets/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="public/assets/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="public/assets/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="public/assets/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="public/assets/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="public/assets/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="public/assets/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="public/assets/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="public/assets/splashscreens/ipadpro2_splash.png" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
|
||||
<title>REVOLT</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
BIN
public/assets/splashscreens/ipad_splash.png
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
public/assets/splashscreens/ipadpro1_splash.png
Normal file
After Width: | Height: | Size: 73 KiB |
BIN
public/assets/splashscreens/ipadpro2_splash.png
Normal file
After Width: | Height: | Size: 107 KiB |
BIN
public/assets/splashscreens/ipadpro3_splash.png
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
public/assets/splashscreens/iphone5_splash.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
public/assets/splashscreens/iphone6_splash.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
public/assets/splashscreens/iphoneplus_splash.png
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
public/assets/splashscreens/iphonex_splash.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
public/assets/splashscreens/iphonexr_splash.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
public/assets/splashscreens/iphonexsmax_splash.png
Normal file
After Width: | Height: | Size: 67 KiB |