basic move to snowpack

close #3
This commit is contained in:
2020-12-22 19:53:54 +01:00
parent 7f340f2c7b
commit 663e41abec
11 changed files with 79 additions and 21 deletions

View File

@@ -1,14 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="https://lauf-fuer-kaya.de/Bilder/kaya-logo-quadrat.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lauf für Kaya! - Admin</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tailwindcss@2.0.2/dist/tailwind.min.css">
</head>
<body>
<script src="/env.js"></script>
<script defer type="module" src="/src/index.js"></script>
</body>
</html>