Skip to content

Instantly share code, notes, and snippets.

@hakimel
Created May 6, 2014 18:45
Show Gist options
  • Save hakimel/08a2848e782bc5926d6b to your computer and use it in GitHub Desktop.
Save hakimel/08a2848e782bc5926d6b to your computer and use it in GitHub Desktop.
Minimal reveal.js example
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/default.css" id="theme">
</head>
<body>
<div class="reveal">
<div class="slides">
<section><h2>Slide 1</h2></section>
<section><h2>Slide 2</h2></section>
</div>
</div>
<script src="js/reveal.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