]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
déplacement des icones apple
authornicosomb <nicolas@loeuillet.org>
Mon, 8 Apr 2013 12:38:03 +0000 (14:38 +0200)
committernicosomb <nicolas@loeuillet.org>
Mon, 8 Apr 2013 12:38:03 +0000 (14:38 +0200)
img/apple-touch-icon-144x144-precomposed.png [moved from apple-touch-icon-144x144-precomposed.png with 100% similarity]
img/apple-touch-icon-72x72-precomposed.png [moved from apple-touch-icon-72x72-precomposed.png with 100% similarity]
img/apple-touch-icon.png [moved from apple-touch-icon.png with 100% similarity]
index.php

index 0e6cfe5f2a6ac16daa8fb8edfab1f6391d319536..df00a4d08e136dbbdf31cbe9b1f047c4b5f38647 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -122,9 +122,9 @@ catch (Exception $e)
         <meta http-equiv="X-UA-Compatible" content="IE=10">
         <title>poche, a read it later open source system</title>
         <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
-        <link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144-precomposed.png">
-        <link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">
-        <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
+        <link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/apple-touch-icon-144x144-precomposed.png">
+        <link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/apple-touch-icon-72x72-precomposed.png">
+        <link rel="apple-touch-icon-precomposed" href="img/apple-touch-icon-precomposed.png">
         <link rel="stylesheet" href="css/knacss.css" media="all">
         <link rel="stylesheet" href="css/style.css" media="all">
     </head>