| <!doctype html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| <link rel="shortcut icon" href="https://echarts.apache.org/en/images/favicon.png"> |
| <title>Apache ECharts Theme Builder</title> |
| <style> |
| /* only for non-release environment */ |
| html, body { |
| height: 100%; |
| margin: 0; |
| } |
| </style> |
| <!-- include echarts CDN lib if NOT IN dev environment --> |
| %VITE_EXTERNAL_ECHARTS_SCRIPT% |
| </head> |
| <body> |
| <div id="theme-builder-app"></div> |
| <script type="module" src="/src/main.ts"></script> |
| </body> |
| </html> |