🎉 initial commit

This commit is contained in:
2021-02-20 18:43:02 +01:00
parent 7c2154ad02
commit 4ca10e1db4
14 changed files with 300 additions and 0 deletions

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lauf für Kaya! - Selfservice</title>
</head>
<body class="dark:bg-gray-900 text-black dark:text-white">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>