selfservice/index.html
Nicolai Ort bc1de2acdc
All checks were successful
continuous-integration/drone/push Build is passing
🚀Bumped version to v0.6.0
2021-04-03 18:53:32 +02:00

17 lines
448 B
HTML

<!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 p-0">
<div id="app"></div>
<script src="/env.js"></script>
<script defer type="module" src="/src/main.js"></script>
</body>
</html>