aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorEric Bidelman2012-04-21 18:02:00 -0700
committerEric Bidelman2012-04-21 18:02:00 -0700
commit842ac6b09e0a33f7d7fdc0e634d8ea53bd7ed656 (patch)
treecca8e1be4e46b46c152ccf6af71f99ab59845226 /template.html
parentd8cb2f9460da3ca6248d9aed429e8e94b7f29e99 (diff)
downloadio-slides-remote-842ac6b09e0a33f7d7fdc0e634d8ea53bd7ed656.tar.gz
Adding local favicon. config cleanup
Diffstat (limited to 'template.html')
-rw-r--r--template.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/template.html b/template.html
index de1692b..3b81007 100644
--- a/template.html
+++ b/template.html
@@ -16,6 +16,7 @@ URL: https://code.google.com/p/io-2012-slides
16 <!--<meta name="viewport" content="width=device-width, initial-scale=1.0">--> 16 <!--<meta name="viewport" content="width=device-width, initial-scale=1.0">-->
17 <!--This one seems to work all the time, but really small on ipad--> 17 <!--This one seems to work all the time, but really small on ipad-->
18 <!--<meta name="viewport" content="initial-scale=0.4">--> 18 <!--<meta name="viewport" content="initial-scale=0.4">-->
19 <meta name="apple-mobile-web-app-capable" content="yes">
19 <link rel="stylesheet" media="all" href="theme/css/default.css"> 20 <link rel="stylesheet" media="all" href="theme/css/default.css">
20 <link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="theme/css/phone.css"> 21 <link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="theme/css/phone.css">
21 <base target="_blank"> <!-- This amazingness opens all links in a new tab. --> 22 <base target="_blank"> <!-- This amazingness opens all links in a new tab. -->