JJ Allaire | efa6ad4 | 2016-01-30 13:12:05 -0500 | [diff] [blame] | 1 | <!doctype html> |
| 2 | <html lang="en"> |
JJ Allaire | efa6ad4 | 2016-01-30 13:12:05 -0500 | [diff] [blame] | 3 | <head> |
| 4 | <meta charset="utf-8"> |
JJ Allaire | efa6ad4 | 2016-01-30 13:12:05 -0500 | [diff] [blame] | 5 | <title>reveal.js - Barebones</title> |
Christophe Dervieux | e1893ae | 2021-10-07 17:09:02 +0200 | [diff] [blame] | 6 | <link rel="stylesheet" href="../dist/reveal.css"> |
JJ Allaire | efa6ad4 | 2016-01-30 13:12:05 -0500 | [diff] [blame] | 7 | </head> |
JJ Allaire | efa6ad4 | 2016-01-30 13:12:05 -0500 | [diff] [blame] | 8 | <body> |
| 9 | |
| 10 | <div class="reveal"> |
JJ Allaire | efa6ad4 | 2016-01-30 13:12:05 -0500 | [diff] [blame] | 11 | <div class="slides"> |
| 12 | |
| 13 | <section> |
| 14 | <h2>Barebones Presentation</h2> |
| 15 | <p>This example contains the bare minimum includes and markup required to run a reveal.js presentation.</p> |
| 16 | </section> |
| 17 | |
| 18 | <section> |
| 19 | <h2>No Theme</h2> |
| 20 | <p>There's no theme included, so it will fall back on browser defaults.</p> |
| 21 | </section> |
| 22 | |
| 23 | </div> |
JJ Allaire | efa6ad4 | 2016-01-30 13:12:05 -0500 | [diff] [blame] | 24 | </div> |
| 25 | |
Christophe Dervieux | e1893ae | 2021-10-07 17:09:02 +0200 | [diff] [blame] | 26 | <script src="../dist/reveal.js"></script> |
JJ Allaire | efa6ad4 | 2016-01-30 13:12:05 -0500 | [diff] [blame] | 27 | <script> |
JJ Allaire | efa6ad4 | 2016-01-30 13:12:05 -0500 | [diff] [blame] | 28 | Reveal.initialize(); |
JJ Allaire | efa6ad4 | 2016-01-30 13:12:05 -0500 | [diff] [blame] | 29 | </script> |
| 30 | |
| 31 | </body> |
| 32 | </html> |