Commit 9a042d08 by libai

测试

parent b5aa1eac
......@@ -2,10 +2,15 @@
<html lang="en">
<script>
var ua = window.navigator.userAgent.toLowerCase();
if (/android/.test(ua)) {
}else{
window.location.href="https://www.footseen.xyz/"
try {
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href="https://www.footseen.xyz/"
} else if (/android/.test(ua)) {
}else{
// window.location.href="https://www.footseen.xyz/"
}
} catch (e) {
}
</script>
......
......@@ -2,10 +2,15 @@
<html lang="en">
<script>
var ua = window.navigator.userAgent.toLowerCase();
if (/android/.test(ua)) {
}else{
window.location.href="https://www.footseen.xyz/"
try {
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href="https://www.footseen.xyz/"
} else if (/android/.test(ua)) {
}else{
// window.location.href="https://www.footseen.xyz/"
}
} catch (e) {
}
</script>
......
......@@ -2,10 +2,15 @@
<html lang="en">
<script>
var ua = window.navigator.userAgent.toLowerCase();
if (/android/.test(ua)) {
}else{
window.location.href="https://www.footseen.xyz/"
try {
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href="https://www.footseen.xyz/"
} else if (/android/.test(ua)) {
}else{
// window.location.href="https://www.footseen.xyz/"
}
} catch (e) {
}
</script>
......
......@@ -2,10 +2,15 @@
<html lang="en">
<script>
var ua = window.navigator.userAgent.toLowerCase();
if (/android/.test(ua)) {
}else{
window.location.href="https://www.footseen.xyz/"
try {
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href="https://www.footseen.xyz/"
} else if (/android/.test(ua)) {
}else{
// window.location.href="https://www.footseen.xyz/"
}
} catch (e) {
}
</script>
......
......@@ -5,7 +5,7 @@
var ua = window.navigator.userAgent.toLowerCase();
try {
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href="https://www.footseen.xyz/"
} else if (/android/.test(ua)) {
}else{
......
......@@ -5,7 +5,7 @@
var ua = window.navigator.userAgent.toLowerCase();
try {
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href="https://www.footseen.xyz/"
} else if (/android/.test(ua)) {
}else{
......
......@@ -5,7 +5,7 @@
var ua = window.navigator.userAgent.toLowerCase();
try {
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href="https://www.footseen.xyz/"
} else if (/android/.test(ua)) {
}else{
......
......@@ -5,7 +5,7 @@
var ua = window.navigator.userAgent.toLowerCase();
try {
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href="https://www.footseen.xyz/"
} else if (/android/.test(ua)) {
}else{
......
......@@ -5,7 +5,7 @@
var ua = window.navigator.userAgent.toLowerCase();
try {
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href="https://www.footseen.xyz/"
} else if (/android/.test(ua)) {
}else{
......
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