-
Notifications
You must be signed in to change notification settings - Fork 210
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 765 Bytes
/
index.html
File metadata and controls
24 lines (21 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Auto Vue</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1">
<meta name="author" content="baiyanyun" />
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="bookmark" href="favicon.ico"/>
<link href="static/css/animate.min.css" rel="stylesheet">
<!-- 引入echarts@4.2.1,避免打包 -->
<script src="static/libs/echarts.min.js"></script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>