宝塔防火墙拦截页面代码模板2

已弃用QQ,邮箱:[email protected] 【哔哩哔哩留言】上线看见信息第一时间回复,本站大部分源码亲测

宝塔防火墙拦截页面代码模板2

宝塔防火墙拦截页面代码模板2

​防火墙代码


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
    <title>云防御</title>
    <style>
    *{
        margin: 0;
        padding: 0;
        font-family: Microsoft YaHei;
        box-sizing: border-box;
    }
    html,body{
        width: 100%;
        height: 100%;
		margin: 0;
		padding: 0;
    }
    body{
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-image: url();
    }
    .main{
        width: 99%;
        padding-top: 10%;
    }
    .main .content{
        margin: 0 auto;
        padding-top: 5%;
        text-align:center;
    }
    .main p{
        color: #666666;
        font-size: 18px;
        margin-bottom: 6px;
    }
    .button{
        font-size: 0;
        margin:20px auto 0;
    }
    .button a{
        display: inline-block;
        line-height: 50px;
        height: 50px;
        width: 220px;
        text-align: center;
        background: #008DFF;
        color: #ffffff;
        text-decoration: none;
        font-size: 18px;
        margin-left: 10px;
        border-radius:5px;
    }
    .button a:visited{
        color: #ffffff;
    }
    .button a:hover{
        background: #07A1FF;
    }
    .footer{
        width: 100%;
        color:#666666;
        font-size:14px;
        position: absolute;
        bottom: 30px;
    }
    .footer .content{
        padding-left: 15%;
    }
    .footer p{
        margin-bottom: 5px;
        word-wrap: break-word;
        word-break: break-all;
    }
    .event{text-align:center;width:100%;margin:0 auto 20px;color:#18b9d6;}
    .event p{text-align:center;color:#18b9d6;}
    .statusCode {width: 316px;height:117px;margin-left: auto;margin-right: auto;background: url();}
    </style>
</head>
<body>
    <div class="main">
        <div class="statusCode"></div>
        <div class="content">
            <div class="event">

            </div>
            <p>检测到敏感词,已被云防护拦截!</p>
            <div class="button">
                <a href="javascript:goHome()">返 回</a>
            </div>
        </div>
    </div>
    <div class="footer">
        <div class="content">
            <div>


            </div>
        </div>
    </div>

    <script  type="text/javascript">
        function goHome(){
            window.location="/";
        }
        function HTMLEncode(html)
        {
            var temp = document.createElement ("div");
            (temp.textContent != null) ? (temp.textContent = html) : (temp.innerText = html);
            var output = temp.innerHTML;
            temp = null;
            return output;
        }
        document.getElementById("wurl1").appendChild(document.createTextNode(HTMLEncode(location.href)));
    </script>
</body>
</html>

代码:https://www.httple.net/76023.html


本站所有资源来源于网络,仅限用于学习研究;无任何技术支持!不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。信息来自网络,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑中彻底删除内容。如果您喜欢,请支持正版。如有侵权请邮件与我们联系处理。

 本站部分源码亲测,单个源码赞助前请咨询 

资源宝-—专注于优秀资源搜集共享与发布
资源宝 » 宝塔防火墙拦截页面代码模板2
  • 99999访问总数
  • 220会员总数(位)
  • 9016资源总数(个)
  • 900 资源大小(GB)
  • 2699稳定运行(天)

提供最优质的资源集合

网站源码APP源码