本帖最后由 清风拂柳夜微凉 于 2023-6-14 22:21 编辑
403.html
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>网站防火墙 - 无权访问</title>
<style>
*{margin:0;padding:0;font-weight: normal;font-family: sans-serif;}body, html {height: 100%;} body{display:flex;justify-content:center;align-items: center;}
</style>
</head>
<body>
<h2>IP受限,无权访问!</h2>
</body>
</html>
|