presentomatic
Version:
Simple presentations using markdown
16 lines (15 loc) • 445 B
HTML
<html>
<head>
<title>Presentomatic</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=SN+Pro:ital,wght@0,200..900;1,200..900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<script src="./src/main.ts" type="module"></script>
</body>
</html>