Created
February 3, 2015 15:26
-
-
Save tonyfast/a5526f1a808245759692 to your computer and use it in GitHub Desktop.
The simplest Reveal.js example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <head> | |
| <link rel="stylesheet" href="//cdn.jsdelivr.net/g/reveal.js(css/reveal.min.css)"> | |
| <script src="//cdn.jsdelivr.net/g/reveal.js"></script> | |
| </head> | |
| <body> | |
| <div class="reveal"> | |
| <div class="slides"> | |
| <section>Single Horizontal Slide</section> | |
| <section> | |
| <section>Vertical Slide 1</section> | |
| <section>Vertical Slide 2</section> | |
| </section> | |
| </div> | |
| </div> | |
| <script> | |
| ;(function(){ | |
| Reveal.initialize(); | |
| })(); | |
| </script> | |
| </body> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment