<!DOCTYPE html> <html> <head> <title>禁止电脑访问,只允许手机访问</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body { font-family: Arial, sans-serif; background-color: #f1f1f1; text-align: center; padding: 20px; } .button { display: inline-block; background-color: #4CAF50; color: #fff; padding: 10px 20px; font-size: 16px; border: none; cursor: pointer; border-radius: 4px; transition: background-color 0.3s; } .button:hover { background-color: #45a049; } </style> <script> // 检测设备类型 function detectDeviceType() { var userAgent = navigator.userAgent || navigator.vendor || window.opera; if (/android/i.test(userAgent)) { return "android"; } if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) { return "ios"; } return "other"; } // 页面加载完成后执行重定向逻辑 window.onload = function() { var deviceType = detectDeviceType(); if (deviceType === "other") { window.location.href = "http://kaiyuanya.top/404.html"; // 重定向到不支持访问的页面 } }; </script> </head> <body> <h1>适配手机界面的按钮点击跳转</h1> <button class="button" onclick="location.href='https://www.kaiyuanya.top/';">点击跳转</button> </body> </html>
禁止电脑访问,只允许手机访问
admin
HTML源码
159
免责声明
1.软件源码资源来源于网络,如有侵权请联系我们!
2.侵权联系邮箱:48165603@qq.com 收到邮件的24小时内删帖!
3.资源开源分享均为网络资源,开源发布立场不代表本站!
4.请勿侵犯正版软件,尊重正版版权作者的劳动成果!
5.欢迎广大开发作者来本站投稿,开源鸭有你更精彩!
同类推荐
发表评论

最近发表
-
CentOS7.X系列更换源yun
2025-04-06 -
Pizza美食餐饮单页page专题模板
2025-02-21 -
Metro风格食网站模板是一款色彩鲜艳的水果蔬菜类网站模板
2025-02-10 -
html5咖啡店主题模版是一款支持响应试
2025-02-10 -
简洁灰色线条VI设计师博客整站模板
2025-02-10 -
橙色大气个容中心企业整站模板
2025-02-10 -
响应式西餐厅企业网站模板里面包
2025-02-10 -
响应式餐厅网站html5模板是一款大气好看的餐厅美食
2025-02-10 -
DeepSeek本地化部署
2025-02-05 -
crmchat在线客服系统php源码
2025-02-04
网站分类
文章归档
友情链接