33 lines
750 B
HTML
33 lines
750 B
HTML
<!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> |