zahlzerlegung/index.html
2026-04-28 01:54:27 +02:00

15 lines
457 B
HTML

<!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>