| 123456789101112131415 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="description" content="Modulplaner für dein Studium." />
- <link rel="shortcut icon" href="favicon.svg" type="image/svg" />
- <link rel="shortcut icon" href="favicon.png" type="image/png" />
- <title>Modulplaner</title>
- </head>
- <body class="bg-gray-100 dark:bg-gray-900 dark:text-white">
- <div id="app"></div>
- <script type="module" src="/src/main.ts"></script>
- </body>
- </html>
|