mirror of https://github.com/1Panel-dev/1Panel
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.3 KiB
30 lines
1.3 KiB
<!DOCTYPE html>
|
|
<html lang="zh-cn">
|
|
<head>
|
|
<title>访问被拒绝</title>
|
|
<style>
|
|
* { box-sizing: border-box; margin: 0; padding: 0; }
|
|
body { font-family: '微软雅黑', sans-serif; background-color: #282c34; color: #fff; text-align: center; padding: 50px; }
|
|
.main { max-width: 600px; margin: 10% auto; background-color: #3a3a3a; border-radius: 8px; padding: 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
|
|
.title { background: #ff4d4d; color: #fff; font-size: 24px; height: 60px; line-height: 60px; border-radius: 8px 8px 0 0; }
|
|
.content { background-color: #444; border: 1px solid #666; border-radius: 0 0 8px 8px; padding: 20px; margin-top: -1px; }
|
|
.t1 { color: #ff9999; font-weight: bold; margin: 0 0 20px; padding-bottom: 18px; }
|
|
ol { margin: 0; padding: 0; list-style: none; }
|
|
ol li { line-height: 30px; background-color: #555; border-radius: 5px; margin-bottom: 10px; padding: 10px; }
|
|
.footer { margin-top: 20px; font-size: 12px; color: #999; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="main">
|
|
<div class="title">无法访问</div>
|
|
<div class="content">
|
|
<p class="t1">很抱歉,您的 IP 已被禁止访问</p>
|
|
<ol>
|
|
<li>如被误封,请联系网站管理员解封</li>
|
|
</ol>
|
|
</div>
|
|
<div class="footer">此防护来自 1Panel</div>
|
|
</div>
|
|
</body>
|
|
</html>
|