-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (55 loc) · 2.51 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<title>欢迎,正在跳转,此域名当前已转换</title>
<meta charset="utf-8">
<link rel="shortcut icon" href="/favicon.ico" />
<script src="https://fastwalkergy.github.io/error/error.js"></script>
<meta http-equiv="refresh" content="5;URL=https://fshd-studio.github.io/">
<!------------------------------------------------------------------------------------>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta name="format-detection" content="telephone=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="author" content="duanliang, duanliang920.com" />
<link href="phone/phone.css" rel="stylesheet" type="text/css" />
<!------------------------------------------------------------------------------------>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "h4cd9u6p9c");
</script>
<script type="text/javascript">
/*
function mobilePcRedirect() {
var sUserAgent= navigator.userAgent.toLowerCase();
var bIsIpad= sUserAgent.match(/ipad/i) == "ipad";
var bIsIphoneOs= sUserAgent.match(/iphone os/i) == "iphone os";
var bIsMidp= sUserAgent.match(/midp/i) == "midp";
var bIsUc7= sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4";
var bIsUc= sUserAgent.match(/ucweb/i) == "ucweb";
var bIsAndroid= sUserAgent.match(/android/i) == "android";
var bIsCE= sUserAgent.match(/windows ce/i) == "windows ce";
var bIsWM= sUserAgent.match(/windows mobile/i) == "windows mobile";
if (bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) {
window.location.href= 'phone/';
} else {
window.location= 'pc/';
}
};
mobilePcRedirect();
*/
</script>
</head>
<body>
<!---
<h1><a style="color: rgb(255, 0, 0);">No automatic jump?</a></h1>
<a href="pc/">On the computer side, please click here</a><br>
<a href="phone/">On the mobile end, please click here</a>-->
已经换成其他域名,当前此域名已转换成https://fshd-studio.github.io/,但是此域名仍然可能会放一些网站,您可以关注一下,过5秒后自动重定向
</body>
</html>