Skip to content

Instantly share code, notes, and snippets.

@tonyfast
Created February 3, 2015 15:26
Show Gist options
  • Select an option

  • Save tonyfast/a5526f1a808245759692 to your computer and use it in GitHub Desktop.

Select an option

Save tonyfast/a5526f1a808245759692 to your computer and use it in GitHub Desktop.
The simplest Reveal.js example
<head>
<link rel="stylesheet" href="//cdn.jsdelivr.net/g/reveal.js(css/reveal.min.css)">
<script src="//cdn.jsdelivr.net/g/reveal.js"></script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>Single Horizontal Slide</section>
<section>
<section>Vertical Slide 1</section>
<section>Vertical Slide 2</section>
</section>
</div>
</div>
<script>
;(function(){
Reveal.initialize();
})();
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment