blob: 50adcb861320d29d417ae6601006b55f115a89f5 [file] [log] [blame]
JJ Allaireefa6ad42016-01-30 13:12:05 -05001<!doctype html>
2<html lang="en">
JJ Allaireefa6ad42016-01-30 13:12:05 -05003 <head>
4 <meta charset="utf-8">
JJ Allaireefa6ad42016-01-30 13:12:05 -05005 <title>reveal.js - Barebones</title>
Christophe Dervieuxe1893ae2021-10-07 17:09:02 +02006 <link rel="stylesheet" href="../dist/reveal.css">
JJ Allaireefa6ad42016-01-30 13:12:05 -05007 </head>
JJ Allaireefa6ad42016-01-30 13:12:05 -05008 <body>
9
10 <div class="reveal">
JJ Allaireefa6ad42016-01-30 13:12:05 -050011 <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 Allaireefa6ad42016-01-30 13:12:05 -050024 </div>
25
Christophe Dervieuxe1893ae2021-10-07 17:09:02 +020026 <script src="../dist/reveal.js"></script>
JJ Allaireefa6ad42016-01-30 13:12:05 -050027 <script>
JJ Allaireefa6ad42016-01-30 13:12:05 -050028 Reveal.initialize();
JJ Allaireefa6ad42016-01-30 13:12:05 -050029 </script>
30
31 </body>
32</html>