aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-08 14:38:03 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-08 14:38:03 +0200
commit5a862b0827acc12637c67c69232e861302cb7046 (patch)
treeaf01b14041b24f12ae2942639c8535663c8cd2eb /index.php
parent85682e2df73b78942ccce1ed691bdfd72f2f9f00 (diff)
downloadwallabag-5a862b0827acc12637c67c69232e861302cb7046.tar.gz
wallabag-5a862b0827acc12637c67c69232e861302cb7046.tar.zst
wallabag-5a862b0827acc12637c67c69232e861302cb7046.zip
déplacement des icones apple
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 0e6cfe5f..df00a4d0 100755
--- a/index.php
+++ b/index.php
@@ -122,9 +122,9 @@ catch (Exception $e)
122 <meta http-equiv="X-UA-Compatible" content="IE=10"> 122 <meta http-equiv="X-UA-Compatible" content="IE=10">
123 <title>poche, a read it later open source system</title> 123 <title>poche, a read it later open source system</title>
124 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> 124 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
125 <link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144-precomposed.png"> 125 <link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/apple-touch-icon-144x144-precomposed.png">
126 <link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png"> 126 <link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/apple-touch-icon-72x72-precomposed.png">
127 <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png"> 127 <link rel="apple-touch-icon-precomposed" href="img/apple-touch-icon-precomposed.png">
128 <link rel="stylesheet" href="css/knacss.css" media="all"> 128 <link rel="stylesheet" href="css/knacss.css" media="all">
129 <link rel="stylesheet" href="css/style.css" media="all"> 129 <link rel="stylesheet" href="css/style.css" media="all">
130 </head> 130 </head>