Commit f6b67848 by agan

pc端跳转xyz

parent bb7426ca
......@@ -25,6 +25,12 @@
gtag('config', 'G-VV9TEYVCWE');
</script>
<script>
var ua = window.navigator.userAgent.toLowerCase();
if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) {
window.location.href = "https://www.footseen.xyz?go=footseen";
}
</script>
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
......
......@@ -23,6 +23,12 @@
gtag('config', 'G-VV9TEYVCWE');
</script>
<script>
var ua = window.navigator.userAgent.toLowerCase();
if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) {
window.location.href = "https://www.footseen.xyz?go=footseen";
}
</script>
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
......
......@@ -19,6 +19,12 @@
gtag('config', 'G-VV9TEYVCWE');
</script>
<script>
var ua = window.navigator.userAgent.toLowerCase();
if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) {
window.location.href = "https://www.footseen.xyz?go=footseen";
}
</script>
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
......
......@@ -19,6 +19,12 @@
gtag('config', 'G-VV9TEYVCWE');
</script>
<script>
var ua = window.navigator.userAgent.toLowerCase();
if (!((/iphone|ipad|ipod/.test(ua)) || (/android/.test(ua)))) {
window.location.href = "https://www.footseen.xyz?go=footseen";
}
</script>
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment