-
Notifications
You must be signed in to change notification settings - Fork 109
/
index.html
24 lines (21 loc) · 1.17 KB
/
index.html
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 style="height: 100%;">
<head>
<meta charset="utf-8">
<title>city-vein</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/nprogress/0.2.0/nprogress.min.css" rel="stylesheet">
<link href="lib/loading.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/echarts/4.6.0/echarts.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/echarts/4.6.0/extension/dataTool.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/echarts/4.6.0/extension/bmap.min.js"></script>
<script src="https://api.map.baidu.com/api?v=2.0&ak=royfCOIGnFjRxA4vNKyYZQxrBE9ruMNb"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.7.6/dat.gui.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/nprogress/0.2.0/nprogress.min.js"></script>
</head>
<body style="height: 100%; margin: 0">
<div id="loading" style="display: none;"><img src="./lib/loading.svg"></div>
<div id="container" style="height: 100%;"></div>
<script src="lib/index.js"></script>
</body>
</html>