index.html 465 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" />
  6. <meta name="color-scheme" content="light dark" />
  7. <title>CodeGraph</title>
  8. <!-- Inline, so a loopback server never has to answer a favicon request. -->
  9. <link rel="icon" href="data:," />
  10. </head>
  11. <body>
  12. <div id="app"></div>
  13. <script type="module" src="/src/main.ts"></script>
  14. </body>
  15. </html>