official_website/static/405/405.html

44 lines
1.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
* @Descripttion : FOXCMS是一款高效的PHP多端跨平台内容管理系统
* @Author : FoxCMS Team
* @Date : 2023-06-28 08:50:03
* @Version : V1.08
* @Copyright : ©2021-现在 贵州黔狐科技股份有限公司 版权所有
* @LastEditors : FoxCMS Team
* @LastEditTime : 2023-06-28 09:37:18
-->
<!DOCTYPE html>
<html lang="cn">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>405</title>
<link rel="stylesheet" href="/static/css/foxui-1.32.min.css" />
<link rel="stylesheet" href="/static/405/css/405.css" />
</head>
<body>
<header class="header-405">
<div class="header-405-inner">
<div class="left">
<div class="img-box">
<img src="/static/405/images/405ico.svg" alt="" />
</div>
</div>
<div class="right">
<div class="text-box">
<h6 class="foxui-color-dark">很抱款由于您访问的URL有可能对网站造成威胁访问被阻断请稍后再试</h6>
<p class="foxui-color-secondary foxui-margin-top-4">您的请求IP<?php echo $accessIp; ?></php>
</div>
</div>
</div>
</header>
<main class="main-405">
<div class="main-405-inner">
<div class="img-box">
<img src="/static/405/images/405.svg" alt="" />
</div>
</div>
</main>
</body>
</html>