diff --git a/download/download2.html b/download/download2.html
index 2f14c37..8c86d8b 100644
--- a/download/download2.html
+++ b/download/download2.html
@@ -1,5 +1,13 @@
 <!DOCTYPE html>
 <html lang="en">
+<script>
+    var ua = window.navigator.userAgent.toLowerCase();
+    if (/iphone|ipad|ipod/.test(ua)||/android/.test(ua)) {
+
+    }else{
+        window.location.href="https://www.footseen.xyz/"
+    }
+</script>
 
 <head>
     <meta charset="utf-8"/>