diff options
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template.html b/template.html index 973666a..e119ad1 100644 --- a/template.html +++ b/template.html | |||
@@ -12,6 +12,8 @@ URL: https://code.google.com/p/io-2012-slides | |||
12 | <title>Title</title> | 12 | <title>Title</title> |
13 | <meta charset="utf-8"> | 13 | <meta charset="utf-8"> |
14 | <meta http-equiv="X-UA-Compatible" content="chrome=1"> | 14 | <meta http-equiv="X-UA-Compatible" content="chrome=1"> |
15 | <link rel="components" href="x-gdbar.html"> | ||
16 | <script src="js/polyfills/components-polyfill.js"></script> | ||
15 | </head> | 17 | </head> |
16 | <body style="opacity: 0;"> | 18 | <body style="opacity: 0;"> |
17 | 19 | ||
@@ -24,7 +26,8 @@ URL: https://code.google.com/p/io-2012-slides | |||
24 | </slide> | 26 | </slide> |
25 | 27 | ||
26 | <slide class="title-slide segue nobackground"> | 28 | <slide class="title-slide segue nobackground"> |
27 | <aside class="gdbar"><img src="images/google_developers_icon_128.png"></aside> | 29 | <!--<aside class="gdbar"><img src="images/google_developers_icon_128.png"></aside>--> |
30 | <aside is="x-gdbar"></aside> | ||
28 | <!-- The content of this hgroup is replaced programmatically through the config. --> | 31 | <!-- The content of this hgroup is replaced programmatically through the config. --> |
29 | <hgroup class="auto-fadein"> | 32 | <hgroup class="auto-fadein"> |
30 | <h1 data-config-title><!-- populated from config --></h1> | 33 | <h1 data-config-title><!-- populated from config --></h1> |