2023-06-07 17:31:37 +02:00
|
|
|
<!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>Stadtratmonitor</title>
|
|
|
|
</head>
|
2023-06-16 15:20:02 +02:00
|
|
|
<body class="bg-background-50 dark:bg-background-950 text-text-950 dark:text-text-50">
|
2023-06-07 17:31:37 +02:00
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|