Created
May 15, 2017 19:58
-
-
Save jacobian/481cf992f2c260eeaba36ad1a08febe8 to your computer and use it in GitHub Desktop.
Revisions
-
jacobian created this gist
May 15, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ <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> 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ # Slide 1 - look - some - content --- # Slide 2 - whatever