This commit is contained in:
wangjinlei
2023-05-18 09:42:12 +08:00
commit 6e7ee3dd44
1214 changed files with 103535 additions and 0 deletions

33
z_echart.html Normal file
View File

@@ -0,0 +1,33 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TMR</title>
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
<style>
div{
position: fixed;
top: 50%;
left: 50%;
margin-top: -150px;
margin-left: -190px;
text-align: center;
}
div img{
width: 250px;
}
</style>
</head>
<body>
<div>
<p>Executive editor : 15704601021 (wechat number)</p>
<img src="img/e_chart.jpg" alt="">
</div>
</body>
<script>
</script>
</html>