| 123456789101112131415 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <meta name="color-scheme" content="light dark" />
- <title>CodeGraph</title>
- <!-- Inline, so a loopback server never has to answer a favicon request. -->
- <link rel="icon" href="data:," />
- </head>
- <body>
- <div id="app"></div>
- <script type="module" src="/src/main.ts"></script>
- </body>
- </html>
|