HTML隐性跳转代码

    1,081

下面与大家分享一段可实现网站(网页)跳转且可隐藏跳转后网址的代码,只把地址换成你要跳转的地址就行了。

<html>
    <head>
        <meta http-equiv="Content-Language" content="zh-CN">
        <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
        <meta name="description" content="X-Website">
        <link rel="icon" type="image/svg" href="img/favicon.svg"/>
        <title>不讲李</title>
        <frameset framespacing="0" border="0" rows="0" frameborder="0">
            <!--跳转页面-->
            <frame name="main" src="https://loli.sn/" scrolling="auto" noresize>
        </frameset>
    </head>
</html>
Comments | 2 条评论
消息盒子
# 您需要首次评论以获取消息 #
# 您需要首次评论以获取消息 #

只显示最新10条未读和已读信息