ios: add apple-touch-icon icon

Ref: https://webhint.io/docs/user-guide/hints/hint-apple-touch-icons/
This commit is contained in:
Saúl Ibarra Corretgé 2019-11-26 20:31:01 +01:00 committed by Saúl Ibarra Corretgé
parent 15e47a9eb3
commit d856c1f328
2 changed files with 1 additions and 0 deletions

BIN
images/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--#include virtual="base.html" --> <!--#include virtual="base.html" -->
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="stylesheet" href="css/all.css"> <link rel="stylesheet" href="css/all.css">
<script> <script>