Initial commit

This commit is contained in:
2024-01-02 12:32:17 +01:00
commit 39065a5bac
18 changed files with 3132 additions and 0 deletions

19
index.html Normal file
View File

@@ -0,0 +1,19 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/scandioicon.ico" />
<link rel="stylesheet" href="/theme/index.scss">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Scandio - Präsentation</title>
</head>
<body>
<div class="reveal">
<div class="slides">
{{> slides}}
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>