<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>站点维护中</title>
    <style>
        h1 { text-align: center;font-size: 30px;}
        .footer { position: absolute; bottom: 30px; text-align: center;font-size: 14px;}
        .footer a{ color: #a59b9b;}
    </style>
</head>
<body>
    <div>
        <h1>站点升级中...</h1>
    </div>
    <div class="footer">
        <a href="https://beian.miit.gov.cn/" target="_blank">粤ICP备13076726号-1</a>
    </div>
</body>
</html>