sample routes + first landing page and routing logic

This commit is contained in:
2021-02-24 21:00:27 +01:00
parent 9958fed045
commit 3e92597a56
8 changed files with 458 additions and 43 deletions

View File

@@ -8,7 +8,7 @@
<title>Lauf für Kaya! - Selfservice</title>
</head>
<body class="dark:bg-gray-900 text-black dark:text-white">
<body class="dark:bg-gray-900 text-black dark:text-white p-0">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>