<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body style="background-color:#0c9e9d">
<div id="page" style="background: none;width: 50%;margin: 0 auto;">
    <img src="/errpage/404.jpg" alt=""/>
    </div>
    <a href="/" style="display: block;text-align: center;">返回首页</a>

</div>
<script>
    (function () {
        var t = setTimeout(function () {
            window.location.href = "/case/"
        },3000)
    })();
</script>
</body>
</html>



