index.html 560 B

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