This commit is contained in:
2026-04-28 01:54:27 +02:00
commit 68e097dbf5
49 changed files with 9859 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, user-scalable=no" />
<meta name="theme-color" content="#1a2c5c" />
<link rel="icon" type="image/svg+xml" href="/icons/favicon.svg" />
<title>Zahlzerlegung</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>