<html lang="zh">
<head>
    <title>404</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css"
          integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
    <style type="text/css">
        body, html {
            height: 100%;
            overflow: hidden;
        }

        table {
            width: 100%;
            height: 100%;
            text-align: center
        }

        td.img {
            vertical-align: bottom;
        }

        td.btns {
            vertical-align: top;
            padding-top: 20px;
        }

        td.btns a {
            margin: 0 10px;
        }

        .msg {
            color: #9B9B9B;
            font-size: 20px;
            font-family: Microsoft YaHei, serif;
            padding: 20px 0;
        }
    </style>
</head>
<body>
<table>
    <tbody>
    <tr>
        <td class="img"><img src="/static/images/404.png" style="height: 300px;"/></td>
    </tr>
    <tr>
        <td class="btns">
            <div class="msg">网页走丢了，努力寻找中…</div>
            <a href="//www.gzksw.com/" class="btn btn-danger">返回首页</a>
            <a href="javascript:history.go(-1)" class="btn btn-danger">返回上一页</a>
        </td>
    </tr>
    </tbody>
</table>
</body>
</html>
