zhangyanpeng
2024-05-29 1f227a1cf627526701c652ba84bae3e430bba8d3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8"><meta http-equiv="Expires" content="0"><meta http-equiv="Pragma" content="no-cache"><meta http-equiv="Cache-control" content="no-cache"><meta http-equiv="Cache" content="no-cache">
        <title></title>
        <link href="../../../css/common.css" rel="stylesheet">
        <link href="../../../css/control.css" rel="stylesheet">
        <style>
            .div_coming_label{ margin:30px; color:#808080; text-align:center;font-size: 22px;font-family: STHupo; }
            .img_coming_icon{ display:block; margin:10px auto; width:128px; height:128px; }
        </style>
    </head>
 
<body style="margin: 0px;">
    <div class="section page_body_one" style="margin-top:100px;">
        <div class="div_header_filler"></div>
        <div class="div_coming_label">努力开发中</div>
        <img src="../../../img/wushuju.png" class="img_coming_icon">
    </div>
</body>
</html>