add apple-touch-icon-precomposed - Android uses these too!
(that should get rid of all the 404s in the access logs)
This commit is contained in:
BIN
website/apple-touch-icon-precomposed.png
Normal file
BIN
website/apple-touch-icon-precomposed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -19,6 +19,9 @@
|
|||||||
<script src="assets/html5shiv/html5shiv.js"></script>
|
<script src="assets/html5shiv/html5shiv.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
|
<!-- android uses the apple icons when adding shortcuts - looks better than favicons -->
|
||||||
|
<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-precomposed.png">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.nowrap { white-space: nowrap; }
|
.nowrap { white-space: nowrap; }
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user