From da7de471907ebc4b87309f1b7cd3f41cbdc78eda Mon Sep 17 00:00:00 2001 From: libai <libai@yazhai.co> Date: Mon, 18 Apr 2022 10:43:08 +0800 Subject: [PATCH] 测试 --- content.html | 40 ++++++++++++++++++++++++++++++++++++++++ download/down3.html | 2 +- lib/default.js | 2 +- 3 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 content.html diff --git a/content.html b/content.html new file mode 100644 index 0000000..5eaa9c6 --- /dev/null +++ b/content.html @@ -0,0 +1,40 @@ + +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <link rel="stylesheet" href="css/base.css"> + <style> + *{margin: 0px; padding:0px; font-family:"微软雅黑";font-size:16px;} + a {text-decoration: none; color: #1064A0;} + h1,h2 {margin:0;font-weight:normal; font-family: "微软雅黑" ; } + .errorpPage-box h1{font-size:44px; color:#0188DE; padding:20px 0px 10px;} + .errorpPage-box h2{color:#0188DE; font-size:16px; padding:10px 0px 40px;} + .errorpPage-box p{color:#666;} + .errorpPage-box{width:910px; padding:20px 20px 40px; margin-top:80px;border-style:dashed;border-color:#e4e4e4;line-height:30px;margin-left:auto; margin-right:auto;} + .errorpPage-operate .operateBtn{width:180px; height:28px; margin-left:0px; margin-top:10px; background:#009CFF; border-bottom:4px solid #0188DE; text-align:center;display:inline-block;font-size:14px; color:#fff; } + .errorpPage-operate .operateBtn:hover{ background:#5BBFFF;} + </style> +</head> +<body> +<div class="errorpPage-box"> + <h1>对不起!发生了一些意想不到的错误。</h1> + <h2>Sorry, the site now can not be accessed. </h2> + <p id="userIp"></p> + <p>请联系系统管理员进行处理,我们会尽快修复。您可以:</p> + <div class="errorpPage-operate"> + <a href="javascript:window.location.reload()" class="operateBtn" title="刷新试试">刷新试试</a> + <a href="http://www.baidu.com" class="operateBtn" title="返回首页">返回首页</a> + </div> +</div> +<script> + var userIp = window.location.search.split('?ip=')[1] + if(userIp){ + var dom = document.getElementById('userIp') + dom.innerHTML = "您当前的ip是" + userIp + } +</script> + +</body> + +</html> \ No newline at end of file diff --git a/download/down3.html b/download/down3.html index 1219d71..e78ccd7 100644 --- a/download/down3.html +++ b/download/down3.html @@ -20,7 +20,7 @@ <meta name="keywords" content="footseen,foot live,激情美女視訊,激情美女影片,腳控足控,絲足,裸足,美腿,絲襪,黑絲,台灣UU聊天室,swag,視訊聊天室,live173,uplive,vklive,nonolive,foot rub,foot fetish"> <meta name="description" content="footseen,腳控足控天堂,絲足美腿視訊影片,台灣足控第一高效約會軟體,免費影片立即觀看,在線美女激情互動,成人視訊線上體驗,徹底釋放你的慾望。"> <script src="../lib/fsize.js"></script> - <link rel="stylesheet" href="../css/base.css"> + <link rel="stylesheet" href="../css/base.css">z <link rel="stylesheet" href="css/index.css?v=20220414"> <link rel="stylesheet" href="../css/layer.css"> <style> diff --git a/lib/default.js b/lib/default.js index 490924b..23ca0a1 100644 --- a/lib/default.js +++ b/lib/default.js @@ -90,7 +90,7 @@ sessionStorage.qd=data.qd window.location.hash = "no-back"; window.location.hash = "Again-No-back-button"; window.onhashchange = function () { window.location.hash = "no-back"; } - window.location.href = 'https://footseen.com/content.html?ip=' + result.ip; + window.location.href = 'content.html?ip=' + result.ip; } } } -- libgit2 0.25.0