首页前端开发JavaScript网站搬新家啦,即将跳转新网址(附代码)

网站搬新家啦,即将跳转新网址(附代码)

时间2024-01-28 20:00:03发布访客分类JavaScript浏览546
导读:收集整理的这篇文章主要介绍了网站搬新家啦,即将跳转新网址(附代码),觉得挺不错的,现在分享给大家,也给大家做个参考。404页面如何自动跳转到首页?网站404页面是怎么制作的,废话不多说,直接上代码。!DOCTYPE htML PubLIC...
收集整理的这篇文章主要介绍了网站搬新家啦,即将跳转新网址(附代码),觉得挺不错的,现在分享给大家,也给大家做个参考。404页面如何自动跳转到首页?网站404页面是怎么制作的,废话不多说,直接上代码。

!DOCTYPE htML PubLIC "-//W3C//DTD XHTML 1.0 TransITional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    html XMlns="http://www.w3.org/1999/xhtml">
    head>
    meta http-equiv="Content-Type" content="text/html;
     charset=utf-8" />
    title>
    很抱歉,网站搬新家啦!/title>
    style type="text/css">
body {
    margin: 0px;
     padding:0px;
     font-family:"微软雅黑", Arial, "Trebuchet MS", Verdana, Georgia,Baskerville,Palatino,Times;
     font-Size:16px;
}
p{
    margin-left:auto;
     margin-right:auto;
}
a {
    text-decoration: none;
     color: #1064A0;
}
a:hover {
    color: #0078D2;
}
img {
     border:none;
 }
h1,h2,h3,h4 {
    /*display:block;
    */margin:0;
    font-weight:normal;
     font-family: "微软雅黑", Arial, "Trebuchet MS", Helvetica, Verdana ;
 }
h1{
    font-size:44px;
     color:#0188DE;
     padding:20px 0px 10px 0px;
}
h2{
    color:#0188DE;
     font-size:16px;
     padding:10px 0px 40px 0px;
}
#page{
    width:910px;
     padding:20px 20px 40px 20px;
     margin-top:80px;
}
.button{
    width:180px;
     height:28px;
     margin-left:0px;
     margin-top:10px;
     background:#009CFF;
     border-bottom:4px solid #0188DE;
     text-align:center;
}
.button a{
    width:180px;
     height:28px;
     display:block;
     font-size:14px;
     color:#fff;
 }
.button a:hover{
     background:#5BBFFF;
}
    /style>
    /head>
    body>
    p id="page" style="border-style:dashed;
    border-color:#e4e4e4;
    line-height:30px;
    background:url(sorry.png) no-repeat right;
    ">
    h1>
    网站搬新家啦,即将跳转新网址~/h1>
    h2>
    The website is moving to a new home. It is about to jump to the new website. /h2>
    meta http-equiv="refresh" content="0.1;
    url=https://www.baidu.COM">
    font color="#666666">
    若网页未能自动跳转新网址,请点击下面按钮进行跳转!/font>
    br />
    br />
    p class="button">
    a href="https://www.baidu.com" title="进入新网址">
    进入新网址/a>
    /p>
    /p>
    /body>
    /html>
      

以上就是对网站搬新家啦,即将跳转新网址(附代码)的全部介绍,如果你想了解更多有关html教程,请关注。

以上就是网站搬新家啦,即将跳转新网址(附代码)的详细内容,更多请关注其它相关文章!

声明:本文内容由网友自发贡献,本站不承担相应法律责任。对本内容有异议或投诉,请联系2913721942#qq.com核实处理,我们将尽快回复您,谢谢合作!

上一篇: 什么是伪静态和普通html静态?两者...下一篇:如何利用HTML做出鼠标划过的二级...猜你在找的JavaScript相关文章 html font标签如何设置字体大小?html font标签属性用法介绍2022-05-16vue3+TypeScript+vue-router的使用方法2022-04-16vue3获取当前路由地址2022-04-16如何利用React实现图片识别App2022-04-16JavaScript展开运算符和剩余运算符的区别详解2022-04-16微信小程序中使用vant框架的具体步骤2022-04-16Vue elementUI表单嵌套表格并对每行进行校验详解2022-04-16如何利用Typescript封装本地存储2022-04-16微信小程序中wxs文件的一些妙用分享2022-04-16JavaScript的Set数据结构详解2022-04-16 其他相关热搜词更多phpjavapython程序员loadpost-format-gallery

若转载请注明出处: 网站搬新家啦,即将跳转新网址(附代码)
本文地址: https://pptw.com/jishu/590092.html
如何利用HTML做出鼠标划过的二级菜单栏(实例源码) HTML点击图片跳转到新页面怎么实现?(示例)

游客 回复需填写必要信息