JJ Allaire | efa6ad4 | 2016-01-30 13:12:05 -0500 | [diff] [blame] | 1 | <!doctype html> |
| 2 | <html lang="en"> |
| 3 | |
| 4 | <head> |
| 5 | <meta charset="utf-8"> |
| 6 | |
| 7 | <title>reveal.js - Embedded Media</title> |
| 8 | |
| 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
| 10 | |
| 11 | <link rel="stylesheet" href="../../css/reveal.css"> |
| 12 | <link rel="stylesheet" href="../../css/theme/default.css" id="theme"> |
| 13 | </head> |
| 14 | |
| 15 | <body> |
| 16 | |
| 17 | <div class="reveal"> |
| 18 | |
| 19 | <div class="slides"> |
| 20 | |
| 21 | <section> |
| 22 | <h2>Embedded Media Test</h2> |
| 23 | </section> |
| 24 | |
| 25 | <section> |
| 26 | <iframe data-autoplay width="420" height="345" src="http://www.youtube.com/embed/l3RQZ4mcr1c"></iframe> |
| 27 | </section> |
| 28 | |
| 29 | <section> |
| 30 | <h2>Empty Slide</h2> |
| 31 | </section> |
| 32 | |
| 33 | </div> |
| 34 | |
| 35 | </div> |
| 36 | |
| 37 | <script src="../../lib/js/head.min.js"></script> |
| 38 | <script src="../../js/reveal.js"></script> |
| 39 | |
| 40 | <script> |
| 41 | |
| 42 | Reveal.initialize({ |
| 43 | transition: 'linear' |
| 44 | }); |
| 45 | |
| 46 | </script> |
| 47 | |
| 48 | </body> |
| 49 | </html> |