美文网首页
札记丶2017-09-14

札记丶2017-09-14

作者: Fantasychong | 来源:发表于2017-09-14 17:52 被阅读0次

    好困。。。。继续recording

    今天发现一个很好玩的东西,每次当我们打开某些网站,就会提示我们已经迁址了,5秒后自动点击,如果没反应,请点击之类的

    实现步骤

    <html>

               <head>

                            <meta http-equiv="Refresh" content="5;url="http://www.baidu.com”/>

               </head>

               <style>

                            body{background-color:red}

                            p{color:blue}

                            a{color:blue}

              </style>

    <body>

    <p>我们已经迁到了新的地址,5秒后将自动跳转,如无反应,请点击跳转<a href="http://www.baidu.com">www.baidu.com</a></p>

    </body>

    </html>

    相关文章

      网友评论

          本文标题:札记丶2017-09-14

          本文链接:https://www.haomeiwen.com/subject/uzgdsxtx.html