Merge pull request #975 from demonbane/dev
Fix 404s for icon files and invalid paths
|
@ -66,67 +66,67 @@
|
||||||
|
|
||||||
<!-- STARTUP IMAGES -->
|
<!-- STARTUP IMAGES -->
|
||||||
<!-- iPad retina portrait startup image -->
|
<!-- iPad retina portrait startup image -->
|
||||||
<link href="${http_root}images/res/screen/ios/Default-Portrait@2x~ipad.png"
|
<link href="${http_root}images/res/ios/Default-Portrait@2x~ipad.png"
|
||||||
media="(device-width: 768px) and (device-height: 1024px)
|
media="(device-width: 768px) and (device-height: 1024px)
|
||||||
and (-webkit-device-pixel-ratio: 2)
|
and (-webkit-device-pixel-ratio: 2)
|
||||||
and (orientation: portrait)"
|
and (orientation: portrait)"
|
||||||
rel="apple-touch-startup-image">
|
rel="apple-touch-startup-image">
|
||||||
|
|
||||||
<!-- iPad retina landscape startup image -->
|
<!-- iPad retina landscape startup image -->
|
||||||
<link href="${http_root}images/res/screen/ios/Default-Landscape@2x~ipad.png"
|
<link href="${http_root}images/res/ios/Default-Landscape@2x~ipad.png"
|
||||||
media="(device-width: 768px) and (device-height: 1024px)
|
media="(device-width: 768px) and (device-height: 1024px)
|
||||||
and (-webkit-device-pixel-ratio: 2)
|
and (-webkit-device-pixel-ratio: 2)
|
||||||
and (orientation: landscape)"
|
and (orientation: landscape)"
|
||||||
rel="apple-touch-startup-image">
|
rel="apple-touch-startup-image">
|
||||||
|
|
||||||
<!-- iPad non-retina portrait startup image -->
|
<!-- iPad non-retina portrait startup image -->
|
||||||
<link href="${http_root}images/res/screen/ios/Default-Portrait~ipad.png"
|
<link href="${http_root}images/res/ios/Default-Portrait~ipad.png"
|
||||||
media="(device-width: 768px) and (device-height: 1024px)
|
media="(device-width: 768px) and (device-height: 1024px)
|
||||||
and (-webkit-device-pixel-ratio: 1)
|
and (-webkit-device-pixel-ratio: 1)
|
||||||
and (orientation: portrait)"
|
and (orientation: portrait)"
|
||||||
rel="apple-touch-startup-image">
|
rel="apple-touch-startup-image">
|
||||||
|
|
||||||
<!-- iPad non-retina landscape startup image -->
|
<!-- iPad non-retina landscape startup image -->
|
||||||
<link href="${http_root}images/res/screen/ios/Default-Landscape~ipad.png"
|
<link href="${http_root}images/res/ios/Default-Landscape~ipad.png"
|
||||||
media="(device-width: 768px) and (device-height: 1024px)
|
media="(device-width: 768px) and (device-height: 1024px)
|
||||||
and (-webkit-device-pixel-ratio: 1)
|
and (-webkit-device-pixel-ratio: 1)
|
||||||
and (orientation: landscape)"
|
and (orientation: landscape)"
|
||||||
rel="apple-touch-startup-image">
|
rel="apple-touch-startup-image">
|
||||||
|
|
||||||
<!-- iPhone 6 Plus portrait startup image -->
|
<!-- iPhone 6 Plus portrait startup image -->
|
||||||
<link href="${http_root}images/res/screen/ios/Default-736h.png"
|
<link href="${http_root}images/res/ios/Default-736h.png"
|
||||||
media="(device-width: 414px) and (device-height: 736px)
|
media="(device-width: 414px) and (device-height: 736px)
|
||||||
and (-webkit-device-pixel-ratio: 3)
|
and (-webkit-device-pixel-ratio: 3)
|
||||||
and (orientation: portrait)"
|
and (orientation: portrait)"
|
||||||
rel="apple-touch-startup-image">
|
rel="apple-touch-startup-image">
|
||||||
|
|
||||||
<!-- iPhone 6 Plus landscape startup image -->
|
<!-- iPhone 6 Plus landscape startup image -->
|
||||||
<link href="${http_root}images/res/screen/ios/Default-Landscape-736h.png"
|
<link href="${http_root}images/res/ios/Default-Landscape-736h.png"
|
||||||
media="(device-width: 414px) and (device-height: 736px)
|
media="(device-width: 414px) and (device-height: 736px)
|
||||||
and (-webkit-device-pixel-ratio: 3)
|
and (-webkit-device-pixel-ratio: 3)
|
||||||
and (orientation: landscape)"
|
and (orientation: landscape)"
|
||||||
rel="apple-touch-startup-image">
|
rel="apple-touch-startup-image">
|
||||||
|
|
||||||
<!-- iPhone 6 startup image -->
|
<!-- iPhone 6 startup image -->
|
||||||
<link href="${http_root}images/res/screen/ios/Default-667h.png"
|
<link href="${http_root}images/res/ios/Default-667h.png"
|
||||||
media="(device-width: 375px) and (device-height: 667px)
|
media="(device-width: 375px) and (device-height: 667px)
|
||||||
and (-webkit-device-pixel-ratio: 2)"
|
and (-webkit-device-pixel-ratio: 2)"
|
||||||
rel="apple-touch-startup-image">
|
rel="apple-touch-startup-image">
|
||||||
|
|
||||||
<!-- iPhone 5 startup image -->
|
<!-- iPhone 5 startup image -->
|
||||||
<link href="${http_root}images/res/screen/ios/Default-568h@2x~iphone5.jpg"
|
<link href="${http_root}images/res/ios/Default-568h@2x~iphone5.jpg"
|
||||||
media="(device-width: 320px) and (device-height: 568px)
|
media="(device-width: 320px) and (device-height: 568px)
|
||||||
and (-webkit-device-pixel-ratio: 2)"
|
and (-webkit-device-pixel-ratio: 2)"
|
||||||
rel="apple-touch-startup-image">
|
rel="apple-touch-startup-image">
|
||||||
|
|
||||||
<!-- iPhone < 5 retina startup image -->
|
<!-- iPhone < 5 retina startup image -->
|
||||||
<link href="${http_root}images/res/screen/ios/Default@2x~iphone.png"
|
<link href="${http_root}images/res/ios/Default@2x~iphone.png"
|
||||||
media="(device-width: 320px) and (device-height: 480px)
|
media="(device-width: 320px) and (device-height: 480px)
|
||||||
and (-webkit-device-pixel-ratio: 2)"
|
and (-webkit-device-pixel-ratio: 2)"
|
||||||
rel="apple-touch-startup-image">
|
rel="apple-touch-startup-image">
|
||||||
|
|
||||||
<!-- iPhone < 5 non-retina startup image -->
|
<!-- iPhone < 5 non-retina startup image -->
|
||||||
<link href="${http_root}images/res/screen/ios/Default~iphone.png"
|
<link href="${http_root}images/res/ios/Default~iphone.png"
|
||||||
media="(device-width: 320px) and (device-height: 480px)
|
media="(device-width: 320px) and (device-height: 480px)
|
||||||
and (-webkit-device-pixel-ratio: 1)"
|
and (-webkit-device-pixel-ratio: 1)"
|
||||||
rel="apple-touch-startup-image">
|
rel="apple-touch-startup-image">
|
||||||
|
|
Before Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |