You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.8 KiB

4 years ago
<!doctype html>
<html>
<head>
<script type = "text/javascript" src="{{ url_for('static', filename='hello.js') }}"></script>
<script type = "text/javascript" src="{{ url_for('static', filename='echarts.js') }}"></script>
<script type = "text/javascript" src="{{ url_for('static', filename='jquery-3.5.1.min.js') }}"></script>
<script type = "text/javascript" src="{{ url_for('static', filename='china.js') }}"></script>
<script type = "text/javascript" src="{{ url_for('static', filename='worldZH.js') }}"></script>
<script type = "text/javascript" src="{{ url_for('static', filename='guangxi.js') }}"></script>
<script type = "text/javascript" src="{{ url_for('static', filename='henan.js') }}"></script>
</head>
 <body>
<div id="main2" style="width:100%;height: 800px;"></div>
<div id="main9" style="width:100%;height: 800px;"></div>
<div id="main1" style="width:100%;height: 800px;"></div>
<div id="main8" style="width:100%;height: 800px;"></div>
<div id="main7" style="width:100%;height: 800px;"></div>
<div id="main4" style="width:100%;height: 800px;"></div>
<div id="main3" style="width:100%;height: 600px;"></div>
<div id="main5" style="width:100%;height: 800px;"></div>
<div id="main6" style="width:100%;height: 800px;"></div>
<script src="../static/js/third_bar.js"></script>
<script src="../static/js/fisrt_pie.js"></script>
<script src="../static/js/second_pie.js"></script>
<script src="../static/js/my_china.js"></script>
<script src="../static/js/my_world.js"></script>
<script src="../static/js/my_guangxi.js"></script>
<script src="../static/js/myhome.js"></script>
<script src="../static/js/first_bar.js"></script>
<script src="../static/js/second_bar.js"></script>
 </body>
</html>