Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cluntop committed Jun 15, 2024
1 parent c70a971 commit f8181b7
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@

<!DOCTYPE html>
<html lang="cn" translate="no">
<head>

<script src="/jquery.3.3.1.min.js"></script>

<link rel="preconnect" href="https://pan.clun.top" />
<link rel="preconnect" href="https://an.clun.top" />

<meta property="og:title" content="雨呢网盘">
<meta property="og:type" content="website">
<meta property="og:url" content="https://pan.clun.top">
<meta property="og:description" content="雨呢网盘 - 疯子社网盘" />
<meta property="og:image" content="/gh/alist-org/logo@main/logo.png">
<meta name="format-detection" content="telephone=no">
<meta name="format-detection" content="date=no">
<meta name="format-detection" content="address=no">
<meta name="description" content="雨呢网盘 - 疯子社网盘.">
<meta name="keywords" content="雨呢网盘 - 疯子社网盘 - 雨呢网盘,聚合大全.">

<script type="text/javascript" src="https://m.lpv4.cn:189/api/cip.php?code=js"></script>


<script>
$(document).ready(function(){
var t1=performance.now();
if(typeof t1!="undefined"){ document.getElementById("time").innerHTML = " 页面加载耗时 "+ Math.round(t1) +" 毫秒 "; }
$.get("/cdn-cgi/trace",function(data){
sip = data.match(/(ip=?)(\S*)/)[2];
str = data.match(/(colo=?)(\S*)/)[2];
loc = data.match(/(loc=?)(\S*)/)[2];
sts = data.match(/(http==?)(\S*)/)[2];
tls = data.match(/(tls==?)(\S*)/)[2];
$("#result").append("节点 IP:"+sip);
$("#result").append("<p></p>节点:"+str);
$("#result").append("\n访客:"+loc);
$("#result").append("\n"+sts);
$("#result").append("\n加密:"+tls);
});});
</script>

<script>
$.get("/cdn-cgi/trace",
function(data)
{
var sip = data.match(/(ip=?)(\S*)/)[2];
$("#cip").append(sip + "");
}
);
</script>

<meta charset="utf-8" >

<link rel="apple-touch-icon"
href="/logo.png"
>
<link rel="shortcut icon"
type="image/ico"
href="/logo.png"
>
<title>雨呢网盘 - 疯子社网盘</title>

</head>
<body>
<div id="root"><span style="font-weight: bolder;font-size: 16px;">~<a href="/" target="_blank" style="color: red;text-decoration: underline;">~</a></span>

<script>ip()</script>
<div id="result"></div><div id="time"></div>

</body>
</html>

0 comments on commit f8181b7

Please sign in to comment.