diff options
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 13 |
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 | </style> | 143 | </style> |
153 | </pre> | 144 | </pre> |
154 | <pre class="prettyprint" data-lang="html"> | 145 | <pre class="prettyprint" data-lang="html"> |
146 | <!DOCTYPE html> | ||
155 | <html> | 147 | <html> |
148 | <head> | ||
149 | <title>My Awesome Page</title> | ||
150 | </head> | ||
156 | <body> | 151 | <body> |
157 | <p>Hello world</p> | 152 | <p>Hello world</p> |
158 | <body> | 153 | <body> |