remove older splash
This commit is contained in:
parent
2369f88159
commit
c182f19c09
@ -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`
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user