一个极简单的404错误页
这是一个非常精简的404错误页,仿自腾讯云的未备案提示页面
<!DOCTYPE html> <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"></td> <td class="header">很抱歉!当前页面找不到了</td> </tr> <tr><td>原因一:你敲错了网址</td></tr> <tr><td>原因二:这个页面已经被网站管理员(也就是我...)删了</td></tr> <tr><td>如果刷新页面没能解决问题,你可以前往本站留言板反馈</td></tr> <tr><td class="check-info">或者,你也可以先去我的博客逛逛</td></tr> </table> </div></body></html>
顶(2)
踩(0)
- 最新评论