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:
Jon Atkins
2013-04-30 03:41:07 +01:00
parent 51c17daf53
commit af0646fad5
2 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -19,6 +19,9 @@
<script src="assets/html5shiv/html5shiv.js"></script>
<![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>
.nowrap { white-space: nowrap; }
</style>