<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW"/>
    <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 class="header">抱歉啦！你访问的页面没有找到...</td>
            <td style="display: none">对应的路径不存在</td>
            <td ><a href="/">首页</a></td>
        </tr>
    </table>
</div>
</body>
<script>

</script>
</html>
