This repository has been archived by the owner on Apr 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (48 loc) · 1.8 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>桂林市商务监察支队</title>
<link href="index.css" rel="stylesheet" type="text/css">
<script src="es5-shim.js"></script>
<script src="es5-sham.js"></script>
<script src="math.js"></script>
</head>
<body>
<p align="right"><a href="http://www.goody.com.cn/2014/updatebrowser/">如果您的显示不正常,请尝试更新您的浏览器</a></p>
<p align="center">桂林市城区生猪需求预测模型</p>
<div id="top">
<table width="100%" border="0">
<tr>
<td align="center"> 桂林市商务监察支队</td>
</tr>
</table>
<div class="sidebar2">
<ul class="nav2">
<li><a href="./index.html">预测模型</a></li>
<li><a href="./zx.html">行业资讯</a></li>
<li><a href="./bd.html">专题报道</a></li>
<li><a href="./about.html">关于我们</a></li>
</ul>
</div>
<div class="sidebar1">
<ul class="nav">
<li><a href="#" id="gm">灰色模型预测</a></li>
<li><a href="#" id="er">指数平滑法</a></li>
<li><a href="#" id="lr">一元线性回归</a></li>
<li><a href="#" id="mr">多元线性回归</a></li>
</ul>
</div>
</div>
<!-- 为ECharts准备一个具备大小(宽高)的Dom -->
<div id="main" style="height: 400px; width: 900px; margin: 0 auto;"></div>
<div style="height: 100px; width: 900px; margin: 0 auto;"></div>
<table id="data" width="40%" border="0" align="center">
<tr>
<td><a href="http://www.goody.com.cn/2014/updatebrowser/">你的浏览器不兼容该页面,请升级您的浏览器</a></td>
</tr>
</table>
<!-- ECharts单文件引入 -->
<script src="echarts-all.js"></script>
<script src="srcdata.js"></script>
<script src="p.js"></script>
</body>