diff options
author | Eric Bidelman | 2013-04-29 14:56:32 -0700 |
---|---|---|
committer | Eric Bidelman | 2013-04-29 14:56:32 -0700 |
commit | 18a84b085e593bb81448d6e6dc5995fd0a3fd39d (patch) | |
tree | 76b6e1227768c79582dceaa3a2778cd437bf15c7 /template.html | |
parent | 07fa54cb316721ea1522f801063dd2109530a8bf (diff) | |
download | io-slides-remote-18a84b085e593bb81448d6e6dc5995fd0a3fd39d.tar.gz |
adding io2013.css by default
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template.html b/template.html index b4e7d33..1e09a8c 100644 --- a/template.html +++ b/template.html | |||
@@ -18,6 +18,7 @@ URL: https://code.google.com/p/io-2012-slides | |||
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 | <meta name="apple-mobile-web-app-capable" content="yes"> |
20 | <link rel="stylesheet" media="all" href="theme/css/default.css"> | 20 | <link rel="stylesheet" media="all" href="theme/css/default.css"> |
21 | <link rel="stylesheet" media="all" href="theme/css/io2013.css"> | ||
21 | <link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="theme/css/phone.css"> | 22 | <link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="theme/css/phone.css"> |
22 | <base target="_blank"> <!-- This amazingness opens all links in a new tab. --> | 23 | <base target="_blank"> <!-- This amazingness opens all links in a new tab. --> |
23 | <script data-main="js/slides" src="js/require-1.0.8.min.js"></script> | 24 | <script data-main="js/slides" src="js/require-1.0.8.min.js"></script> |