极简的错误页面

77.png

简单,是一种美。一个简洁的错误页面,会减轻人们看到错误页面时的糟心。

今天的这个错误页模板,来自腾讯云的未备案拒绝访问页面。

<html>  
<head>  
    <meta charset="UTF-8">  
    <meta name="robots" content="noindex,nofollow">  
    <title>404 - 页面找不到了</title>  
    <style>  
        body{font-size: 14px;font-family: 'helvetica neue',tahoma,arial,'hiragino sans gb','microsoft yahei','Simsun',sans-serif; background-color:#fff; color:#808080;}  
        .wrap{margin:200px auto;width:510px;}  
        td{text-align:left; padding:2px 10px;}  
        td.header{font-size:22px; padding-bottom:10px; color:#000;}  
        td.check-info{padding-top:20px;}  
        a{color:#328ce5; text-decoration:none;}  
        a:hover{text-decoration:underline;}  
    </style>  
</head>  
<body>  
    <div class="wrap">  
        <table>  
            <tr>  
                <td rowspan="5" style=""><img src="https://ws1.sinaimg.cn/large/a15b4afegy1fhsfdznep4j2020020web.jpg" alt="又一个极简的错误页面"></td>  
                <td class="header">很抱歉!当前页面找不到了</td>  
            </tr>  
            <tr><td>原因一:你敲错了网址</td></tr>  
            <tr><td>原因二:这个页面已经被网站管理员(也就是我...)删了</td></tr>  
            <tr><td>如果刷新页面没能解决问题,你可以前往<a href="https://mkblog.cn/about/#respond">本站留言板</a>反馈</td></tr>  
            <tr><td class="check-info">或者,你也可以<a href="https://mkblog.cn/">先去我的博客逛逛</a></td></tr>  
        </table>  
    </div>  
</body>  
</html>



版权声明:《 极简的错误页面 》为作者残温原创文章,转载请注明原文地址!
最后编辑:2020-5-24 16:05:06
分享到:
赞(0)
发表评论 / Comment

用心评论~