- look
- some
- content
- whatever
| <html> | |
| <head> | |
| <link rel="stylesheet" href="reveal.js/css/reveal.css"> | |
| <link rel="stylesheet" href="reveal.js/css/theme/white.css"> | |
| </head> | |
| <body> | |
| <div class="reveal"> | |
| <div class="slides"> | |
| <section data-markdown="slides.md" | |
| data-charset="utf-8"> | |
| </section> | |
| </div> | |
| </div> | |
| <script src="reveal.js/js/reveal.js"></script> | |
| <script> | |
| Reveal.initialize(); | |
| </script> | |
| </body> | |
| </html> |