如果你有个域名和服务器,但是你又想要目标网站的内容,可以选择套壳。用html的iframe标签实现
代码如下
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 |
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="main.css"> <title>阿喵手机卡</title> <meta name="keywords" content="阿喵手机卡,流量卡,电话卡,SIM卡,大流量,联通,广电,电信" /> <meta name="description" content="正规运营商大流量卡"> <link rel="shortcut icon" href="/icon.png" type="image/x-icon"> <style> body { margin: 0; padding: 0; } #myiframe { width: 100%; height: 100vh; border: none; } </style> <script> function changeFrameHeight() { var ifm = document.getElementById("myiframe"); ifm.height = document.documentElement.clientHeight; } window.onresize = function() { changeFrameHeight(); }; </script> </head> <body> <iframe src="https://xddhaoka.com/phone/index.html?uid=135" id="myiframe" scrolling="yes" onload="changeFrameHeight()" frameborder="0"></iframe> </body> </html> |
说明一下
以上代码实现,自动适配屏幕缩放。
无边框,带滚动
自动适配目标网址的SSL.
再最下方的iframe src=后方替换自己的目标网址即可
本文链接:Click here to view the current URL
声明:本站资源都是阿喵整理的。网站内容无限制免费下载,无需登录。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集。请支持正版!如若侵犯了您的合法权益,可联系我们处理。