<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="description" content="BoaoAI CMS—404页面">
    <meta name="keywords" content="BoaoAI CMS,chanyue-cms" />
    <meta property="og:title" content="BoaoAI CMS-404" />
    <meta property="og:description" content="BoaoAI CMS,chanyue-cms" />
    <title>BoaoAI CMS-404</title>
    <link rel="stylesheet" href="/public/template/default/css/saduo@1.1.1.css" />
</head>

<body>
    <style>
        .wrapper {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        .f-80 {
            font-size: 120px;
            color: #2662f8;
        }

        .btn-gohome {
            font-size: 30px;
            color: #295bd8;
        }
    </style>
    <section class="wrapper">
        <h1 class="text-c f-80">404</h1>
        <p class="f-23 text-c mt-20">您访问的页面不存在，或您是非法访问！</p>
        <p class="text-c mt-20">
            <span class="btn-gohome">
                <a class="c-fff f-14" href="/">去首页</a>
                <a class="c-fff f-14" href="https://www.chancms.top/" target="_blank">BoaoAI CMS</a>
            </span>
        </p>
    </section>
</body>

</html>