Skip to content

Instantly share code, notes, and snippets.

@jacobian
Created May 15, 2017 20:05
Show Gist options
  • Save jacobian/1a3173a57afe19f3012033a92cf45bbc to your computer and use it in GitHub Desktop.
Save jacobian/1a3173a57afe19f3012033a92cf45bbc to your computer and use it in GitHub Desktop.
<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