Created
May 15, 2017 20:05
-
-
Save jacobian/1a3173a57afe19f3012033a92cf45bbc to your computer and use it in GitHub Desktop.
This file contains 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 characters
<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/lib/js/head.min.js"></script> | |
<script src="reveal.js/js/reveal.js"></script> | |
<script src="reveal.js/plugin/highlight/highlight.js"></script> | |
<script src="reveal.js/plugin/markdown/marked.js"></script> | |
<script src="reveal.js/plugin/markdown/markdown.js"></script> | |
<script> | |
Reveal.initialize(); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment