<!DOCTYPE html>
<html lang="en"><head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta http-equiv="refresh" content="5;URL=/">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>苏州乐园</title>

    <style>
        * {
            margin: 0;
            padding: 0;
        }

        body,
        html {
            width: 100%;
            height: 100%;
        }

        body {
            background-image: radial-gradient(#fdfcf7, #fde9c0);
            display: flex;
            justify-content: space-around;
            align-items: center;
            flex-direction: column;
            padding: 1% 0;
            box-sizing: border-box;
        }

        p {
            text-align: center;
            color: #fc7336;
            font-size: 32px;
            font-weight: 600;
        }

        .i1 {
            width: auto;
        }

        .i2 {
            width: auto;

        }

        .i3 {
            font-size: 32px;
        }

        @media screen and (max-width:840px) {
            body{
                 padding: 10% 0 20%;
            }
            .i1 {
                width: 50%;
            }

            .i2 {
                width: 80%;
            }

            .i3 {
                font-size: 1rem;
                margin-bottom: 2%;
            }
        }
    </style>
</head>

<body>
    <img class="i1" src="/404/images/logo.png" alt="">
    <img class="i2" src="/404/images/huojian.png" alt="">
    <p class="i3">很抱歉，您要访问的页面没有找到或不存在<BR><BR>5秒钟之后将带您进入首页！</p>
</body>
</html>