added home-icon for iOS
This commit is contained in:
parent
8f9adbe567
commit
c629833812
3 changed files with 4 additions and 3 deletions
BIN
icon.png
Normal file
BIN
icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
|
@ -15,7 +15,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
-->
|
||||
<html manifest="manifest.appcache">
|
||||
<head>
|
||||
<title>Die Zeit im Wort</title>
|
||||
<title>Bärneruhr - Die Zeit im Wort</title>
|
||||
<script type="text/javascript" src="jquery-2.1.0.min.js"></script>
|
||||
<script type="text/javascript" src="jquery-ui-1.10.4.custom.min.js"></script>
|
||||
<script type="text/javascript" src="jquery-cookie-1.4.0.js"></script>
|
||||
|
@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
<link rel="stylesheet" type="text/css" href="uhr-white.css" />
|
||||
<link rel="shortcut icon" type="image/png" href="favicon.png" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<!-- <link rel="apple-touch-icon" href="" />--><!--114x114px-->
|
||||
<link rel="apple-touch-icon" href="icon.png" />
|
||||
<!-- <link rel="apple-touch-startup-image" href="" />--><!--320x460px-->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
CACHE MANIFEST
|
||||
# 4.2.2
|
||||
# 5.0-alpha2
|
||||
|
||||
COPYING
|
||||
README.md
|
||||
favicon.png
|
||||
icon.png
|
||||
index.html
|
||||
jquery-2.1.0.min.js
|
||||
jquery-cookie-1.4.0.js
|
||||
|
|
Loading…
Reference in a new issue