非常抱歉,网站正在维护中...
亲爱的站长们:
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>站点关闭提示</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Microsoft Yahei", sans-serif;
background-color: #f8f9fa;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
color: #333;
}
.container {
text-align: center;
padding: 40px 20px;
background: white;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
max-width: 500px;
width: 90%;
}
.icon {
font-size: 60px;
color: #6c757d;
margin-bottom: 20px;
}
h1 {
font-size: 24px;
margin-bottom: 15px;
font-weight: 600;
}
p {
font-size: 16px;
color: #6c757d;
line-height: 1.6;
margin-bottom: 30px;
}
.footer {
font-size: 14px;
color: #adb5bd;
margin-top: 20px;
}
</style>
</head>
<body>
<div class="container">
<div class="icon">🔒</div>
<h1>本站已停止运营</h1>
<p>感谢您一路以来的支持与陪伴,因业务调整,本站现已永久关闭,所有服务均已终止。</p>
<div class="footer">© 2024 本站所有 感谢相遇</div>
</div>
</body>
</html>