remove older splash

This commit is contained in:
Alexander Popov 2021-02-25 10:47:38 +03:00
parent 2369f88159
commit c182f19c09
Signed by: iiiypuk
GPG Key ID: 398FC73478D97286
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,7 @@
## 2.0.2 # Build 2 [2021-02-25]
- - Added game statistics
- - Added end game scene
- - iOS splash screen
- ✔️ - Fix keyboard fize on big screen
- ♻️ - JS code replace `var` by `let`

View File

@ -19,9 +19,8 @@
<!-- iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="WORDs">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<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-640x1136.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-750x1334.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-828x1792.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
@ -32,8 +31,6 @@
<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>
<div class="container">