<html>
    <head>
        <script>
            window.setTimeout(function(){
                window.location.href="/";
            },3000)
        </script>
        <style>
            *{
                margin: 0;
                padding: 0;
            }
        </style>
    </head>
<body>
    <!-- <div style="display: block; width: 50%; text-align: center; padding: 10%;padding-left: 25%;">
        <h1>您访问的页面没有找到！</h1>
        <p><a href="/" style="text-decoration: none;">返回首页</a></p>
    </div> -->
    <div style="width: 100%;position: relative;">
        <img src="/static/img/404.jpg" alt="" style="width: 100%;">
        <a href="/" style="position: absolute;bottom: 180px;left: 0;right: 0;text-align: center;">
            <img src="/static/img/back.png" alt="">
        </a>
    </div>
</body>

</html>