diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -90,6 +90,13 @@ </section> <section> + <h2>Works in Mobile Safari</h2> + <p> + Try it out! You can swipe through the slides pinch your way to the overview. + </p> + </section> + + <section> <h2>Transition Styles</h2> <p> You can select from different transitions, like: @@ -251,13 +258,13 @@ linkify( 'a' ); <div class="progress"><span></span></div> </div> - - <script src="js/reveal.js"></script> <!-- Optional libraries for code syntax highlighting and classList support in IE9 --> <script src="lib/highlight.js"></script> <script src="lib/classList.js"></script> + <script src="js/reveal.js"></script> + <script> // Parse the query string into a key/value object var query = {}; |