Files
vueecharts/public/index.html
Justineo 826ae4fe88 feat: v4
2019-01-18 19:17:14 +08:00

20 lines
773 B
HTML

<!DOCTYPE html>
<html lang="en">
<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="<%= BASE_URL %>favicon.ico">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Roboto Mono">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Dosis:300,500&amp;text=Vue-ECharts">
<title>Vue-ECharts Demo</title>
</head>
<body>
<noscript>
<strong>We're sorry but Vue-ECharts doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>