Created
May 18, 2022 14:03
-
-
Save Req/291a11d5dca9293c2fe685d1b21daa6a to your computer and use it in GitHub Desktop.
This is a template to start working on a mini presentation
This file contains hidden or 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="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