<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv=refresh content="3;url = '/'">
    <title>404</title>
    <style type="text/css">
        html,body{
            position: relative;
            height: 100%;
        }
        .errorImg{
            position: absolute;
            width: 474px;
            height: 330px;
            margin: auto;
            left: 0;
            right: 0;
            top: -25%;
            bottom: 0;
            text-align: center;
        }
        .errorImg a{
            display: inline-block;
            color: #fff;
            background: #ea535e;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            margin-top: 10px;
        }
    </style>
</head>
<body>
<div class="errorImg">
    <img src="//cdn-static-poster.huazhen2008.com/new.gzhuazhen/img/404.jpg">
    <a href="/">返回首页</a>
</div>
</body>
</html>