aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'template.html')
-rw-r--r--template.html13
1 files changed, 4 insertions, 9 deletions
diff --git a/template.html b/template.html
index 8cff66e..1e09a8c 100644
--- a/template.html
+++ b/template.html
@@ -76,20 +76,11 @@ URL: https://code.google.com/p/io-2012-slides
76 <li>Pressing 'o' toggles overview mode</li> 76 <li>Pressing 'o' toggles overview mode</li>
77 <li>Pressing 'ESC' toggles off these goodies</li> 77 <li>Pressing 'ESC' toggles off these goodies</li>
78 </ul> 78 </ul>
79 </article>
80 </slide>
81
82 <slide>
83 <hgroup>
84 <h2>Slide with Bullets that Build</h2>
85 </hgroup>
86 <article>
87 <p>Another list, but items fade as they build:</p> 79 <p>Another list, but items fade as they build:</p>
88 <ul class="build fade"> 80 <ul class="build fade">
89 <li>Hover over me!</li> 81 <li>Hover over me!</li>
90 <li>Hover over me!</li> 82 <li>Hover over me!</li>
91 <li>Hover over me!</li> 83 <li>Hover over me!</li>
92 <li>Hover over me!</li>
93 </ul> 84 </ul>
94 </article> 85 </article>
95 </slide> 86 </slide>
@@ -152,7 +143,11 @@ function helloWorld(world) {
152&lt;/style&gt; 143&lt;/style&gt;
153</pre> 144</pre>
154<pre class="prettyprint" data-lang="html"> 145<pre class="prettyprint" data-lang="html">
146&lt;!DOCTYPE html>
155&lt;html> 147&lt;html>
148&lt;head>
149 &lt;title>My Awesome Page&lt;/title>
150&lt;/head>
156&lt;body> 151&lt;body>
157 &lt;p&gt;Hello world&lt;/p&gt; 152 &lt;p&gt;Hello world&lt;/p&gt;
158&lt;body> 153&lt;body>