Skip to content

Instantly share code, notes, and snippets.

@Req
Created May 18, 2022 14:03
Show Gist options
  • Save Req/291a11d5dca9293c2fe685d1b21daa6a to your computer and use it in GitHub Desktop.
Save Req/291a11d5dca9293c2fe685d1b21daa6a to your computer and use it in GitHub Desktop.
This is a template to start working on a mini presentation
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.3.1/reveal.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.3.1/theme/sky.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.3.1/reveal.js"></script>
<title>My Website</title>
</head>
<body class="reveal">
<div class="slides">
<section>
<p>Hello</p>
</section>
</div>
<script>
Reveal.initialize()
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment