aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
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. -->