创梦屋吧 关注:415贴子:466
  • 2回复贴,共1

最简单的404页面

只看楼主收藏回复



1楼2015-11-16 23:54回复
    <!DOCTYPE HTML>
    <html>
    <head>
    <title>Free error 404 for Website Template | Home :: w3layouts</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <style type="text/css">
    body{
    font-family: 'Courgette', cursive;
    }
    body{
    background:#f3f3e1;
    }
    .wrap{
    margin:0 auto;
    width:1000px;
    }
    .logo{
    margin-top:50px;
    }
    .logo h1{
    font-size:200px;
    color:#8F8E8C;
    text-align:center;
    margin-bottom:1px;
    text-shadow:1px 1px 6px #fff;
    }
    .logo p{
    color:rgb(228, 146, 162);
    font-size:20px;
    margin-top:1px;
    text-align:center;
    }
    .logo p span{
    color:lightgreen;
    }
    .sub a{
    color:white;
    background:#8F8E8C;
    text-decoration:none;
    padding:7px 120px;
    font-size:13px;
    font-family: arial, serif;
    font-weight:bold;
    -webkit-border-radius:3em;
    -moz-border-radius:.1em;
    -border-radius:.1em;
    }
    .footer{
    color:#8F8E8C;
    position:absolute;
    right:10px;
    bottom:10px;
    }
    .footer a{
    color:rgb(228, 146, 162);
    }
    </style>
    </head>
    <body>
    <div class="wrap">
    <div class="logo">
    <h1>404</h1>
    <p>Error occured! - File not Found</p>
    <div class="sub">
    <p><a href="#">Back</a></p>
    </div>
    </div>
    </div>
    <div class="footer">
    Design by-<a href="#">创梦屋</a>
    </div>
    </body>


    2楼2015-11-16 23:55
    回复
      2025-06-16 02:47:28
      广告
      这个不错,简单修改一下就是个性化了...


      IP属地:广东3楼2016-09-09 17:30
      回复