Files
HausApp/apps/web/index.html
René Schober 4e34270786 initial commit
2026-03-13 06:23:06 +01:00

14 lines
299 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>haushaltsApp</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>