aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Szopka <bartek.szopka+github@gmail.com>2012-02-15 21:52:06 +0100
committerBartek Szopka <bartek.szopka+github@gmail.com>2012-02-15 21:52:06 +0100
commit59e1c483bc76354b81a50efb946a527493655c5a (patch)
tree19efd10be9f428defd670147bf2d16b6b0dd5c7a
parent2b22ee3b4b6231db476f7a02988dbde0d54d83f2 (diff)
downloadimpress.js-59e1c483bc76354b81a50efb946a527493655c5a.tar.gz
even more iPad love
-rw-r--r--apple-touch-icon.pngbin0 -> 3948 bytes
-rw-r--r--index.html3
2 files changed, 3 insertions, 0 deletions
diff --git a/apple-touch-icon.png b/apple-touch-icon.png
new file mode 100644
index 0000000..f610016
--- /dev/null
+++ b/apple-touch-icon.png
Binary files differ
diff --git a/index.html b/index.html
index 4cccb40..beb26d8 100644
--- a/index.html
+++ b/index.html
@@ -67,6 +67,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=1024, initial-scale=0.75, user-scalable=no" />
+ <meta name="apple-mobile-web-app-capable" content="yes" />
<title>impress.js | presentation tool based on the power of CSS3 transforms and transitions in modern browsers | by Bartek Szopka @bartaz</title>
<meta name="description" content="impress.js is a presentation tool based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com." />
@@ -90,6 +91,8 @@
-->
<link href="css/impress-demo.css" rel="stylesheet" />
+
+ <link rel="apple-touch-icon" href="apple-touch-icon.png" />
</head>
<body>