| 1234567891011121314151617 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
- <link rel="icon" type="image/x-icon" href="/favicon.ico" sizes="16x14 32x28 48x42" />
- <link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x158" />
- <link rel="icon" type="image/png" href="/icon-192.png" sizes="192x168" />
- <link rel="icon" type="image/png" href="/icon-512.png" sizes="512x448" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Enesis Editor Development</title>
- </head>
- <body>
- <div id="app" class="isolate"></div>
- <script type="module" src="/src/main.ts"></script>
- </body>
- </html>
|