diff options
-rw-r--r-- | apple-touch-icon-144x144-precomposed.png | bin | 0 -> 7349 bytes | |||
-rw-r--r-- | apple-touch-icon-72x72-precomposed.png | bin | 0 -> 6168 bytes | |||
-rw-r--r-- | apple-touch-icon.png | bin | 0 -> 5803 bytes | |||
-rw-r--r-- | favicon.ico | bin | 0 -> 346 bytes | |||
-rwxr-xr-x | index.php | 6 |
5 files changed, 5 insertions, 1 deletions
diff --git a/apple-touch-icon-144x144-precomposed.png b/apple-touch-icon-144x144-precomposed.png new file mode 100644 index 00000000..557b479c --- /dev/null +++ b/apple-touch-icon-144x144-precomposed.png | |||
Binary files differ | |||
diff --git a/apple-touch-icon-72x72-precomposed.png b/apple-touch-icon-72x72-precomposed.png new file mode 100644 index 00000000..e167d3a4 --- /dev/null +++ b/apple-touch-icon-72x72-precomposed.png | |||
Binary files differ | |||
diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 00000000..4d222fba --- /dev/null +++ b/apple-touch-icon.png | |||
Binary files differ | |||
diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 00000000..0e9ff779 --- /dev/null +++ b/favicon.ico | |||
Binary files differ | |||
@@ -121,6 +121,10 @@ catch (Exception $e) | |||
121 | <meta charset="utf-8"> | 121 | <meta charset="utf-8"> |
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" /> | ||
125 | <link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144-precomposed.png"> | ||
126 | <link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png"> | ||
127 | <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png"> | ||
124 | <link rel="stylesheet" href="css/knacss.css" media="all"> | 128 | <link rel="stylesheet" href="css/knacss.css" media="all"> |
125 | <link rel="stylesheet" href="css/style.css" media="all"> | 129 | <link rel="stylesheet" href="css/style.css" media="all"> |
126 | </head> | 130 | </head> |
@@ -133,7 +137,7 @@ catch (Exception $e) | |||
133 | <li><a href="index.php">home</a></li> | 137 | <li><a href="index.php">home</a></li> |
134 | <li><a href="?view=fav">favorites</a></li> | 138 | <li><a href="?view=fav">favorites</a></li> |
135 | <li><a href="?view=archive">archive</a></li> | 139 | <li><a href="?view=archive">archive</a></li> |
136 | <li><a title="i am a bookmarklet, use me !" href="javascript:(function(){var%20url%20=%20location.href;var%20title%20=%20document.title%20||%20url;window.open('<?php echo url()?>?action=add&url='%20+%20encodeURIComponent(url),'_self');})();">poche it !</a></li> | 140 | <li><a style="cursor: move" title="i am a bookmarklet, use me !" href="javascript:(function(){var%20url%20=%20location.href;var%20title%20=%20document.title%20||%20url;window.open('<?php echo url()?>?action=add&url='%20+%20encodeURIComponent(url),'_self');})();">poche it !</a></li> |
137 | </ul> | 141 | </ul> |
138 | <div id="entries"> | 142 | <div id="entries"> |
139 | <?php | 143 | <?php |