diff options
author | Pacien TRAN-GIRARD | 2014-05-12 23:40:30 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-05-12 23:40:30 +0200 |
commit | 1a219a4c2c5694168d81c239f9cc437c0e7fb15b (patch) | |
tree | 612eb7fe061710ac9379b1da6223f07d75c37ac5 /template.html | |
parent | 7296e05b83df9d92c138a4439bb1848213acf646 (diff) | |
download | io-slides-remote-1a219a4c2c5694168d81c239f9cc437c0e7fb15b.tar.gz |
Update require.js
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.html b/template.html index b4e7d33..64ac86c 100644 --- a/template.html +++ b/template.html | |||
@@ -20,7 +20,7 @@ URL: https://code.google.com/p/io-2012-slides | |||
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="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"> |
22 | <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. --> |
23 | <script data-main="js/slides" src="js/require-1.0.8.min.js"></script> | 23 | <script data-main="js/slides" src="js/require.js"></script> |
24 | </head> | 24 | </head> |
25 | <body style="opacity: 0"> | 25 | <body style="opacity: 0"> |
26 | 26 | ||