<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>{{ TITLE }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/favicon.png" />
</head>
<body>
<div class="reveal">
<div class="slides"></div>
</div>
<script type="module" src="/src/main.js"></script>
</body>
</html>