<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="refresh" content="5; url=/?404"/>
    <title>404页面请求出错_单词乎</title>
    <style>
        * {margin: 0; padding: 0; outline: 0;}
        html, body {width: 100%; height: 100%; overflow: hidden; font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;position: relative;}
        .main {
            position: absolute;
            width: 456px;
            height: 480px;
            overflow: hidden;
            top: 50%;
            left: 50%;
            margin-left: -228px;
            margin-top: -240px;
        }
        .main img {
            display: block;
            margin: 0 auto;
            clear: both;
            overflow: hidden;
        }
        .main span {
            display: block;
            margin: 0 auto;
            width: 300px;
            height: 26px;
            font-family: Microsoft YaHei;
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 26px;
            letter-spacing: 0px;
            color: #000000;
        }
        .main a {
            display: block;
            margin: 37px auto 0 auto;
            width: 150px;
            height: 46px;
            background-color: #ff2529;
            border-radius: 28px;
            font-family: Microsoft YaHei;
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 46px;
            letter-spacing: 0px;
            color: #ffffff;
            text-align: center;
            text-decoration: none;
        }
    </style>
</head>
<body>
<div class="main">
    <img src="/images/apps/404.png" alt="404">
    <span>网页开小差，找不到您请求的网页</span>
    <a href="/?404">返回首页</a>
</div>
<script src="/js/apps/apps/baidu-tj-all.js"></script>
</body>
</html>