Files
vueecharts/demo/index.html
2025-09-27 21:21:27 +08:00

22 lines
682 B
HTML

<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link
href="https://fonts.googleapis.com/css2?family=Manrope:wght@300;500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/global.css" />
<title>Vue ECharts: Vue.js component for Apache ECharts™.</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/main.ts"></script>
</body>
</html>