`
super_521
  • 浏览: 49144 次
  • 性别: Icon_minigender_2
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论

一个简单漂亮的404错误页面

 
阅读更多

先看看演示效果图:

<html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>404 Not Found</title>
 <style type="text/css">
 <!--
.t {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         color: #CC0000;
 }
 .c {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 11px;
         font-weight: normal;
         color: #000000;
         line-height: 18px;
         text-align: center;
         border: 1px solid #CCCCCC;
         background-color: #FFFFEC;
 }
 body {
         background-color: #FFFFFF;
         margin-top: 100px;
 }
 -->
 </style>
 </head>
 <body>
 <div align="center">
   <h2><span class="t">404 Not Found</span></h2>
   <table border="0" cellpadding="8" cellspacing="0" width="460">
     <tbody>
       <tr>
         <td class="c">The requested URL was not found on this server.</td>
       </tr>
     </tbody>
   </table>
 </div>
 </body>
 </html>


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics