Skip to content

Instantly share code, notes, and snippets.

View Req's full-sized avatar
🐱

Joel Peltonen Req

🐱
View GitHub Profile
@Req
Req / template.html
Created May 18, 2022 14:03
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">