<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!DOCTYPE HTML&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;meta charset="utf-8"&gt;
    &lt;title&gt;404&lt;/title&gt;
    &lt;style&gt;
        html, body {
            height: 100%;
            background-color: #f0f2f5;
            position: relative;
            overflow: hidden;
        }
        .wrap {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -400px;
            margin-top: -180px;
        }
        .bg {
            float: left;
            background: url("/assets/static/svg/404.svg") no-repeat center;
            background-size: contain;
            width: 500px;
            height: 360px;
        }
        .warn {
            float: right;
            margin-left: 60px;
            width: 240px;
        }
        h1 {
            font-size: 72px;
            color: #434e59;
            line-height: 1.5;
        }
        p {
            color: rgba(0, 0, 0, 0.45);
            font-size: 20px;
        }
        a {
            background-color: #1890ff;
            color: white;
            display: block;
            text-align: center;
            border-radius: 3px;
            width: 120px;
            line-height: 2;
            text-decoration: none;
        }
        a:hover {
            background-color: #3aa6ff;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class="wrap"&gt;
    &lt;div class="bg"&gt;&lt;/div&gt;
    &lt;div class="warn"&gt;
        &lt;h1&gt;404&lt;/h1&gt;
        &lt;p&gt;æŠ±æ­‰ï¼Œä½&nbsp;è®¿é—®çš„é¡µé¢ä¸å­˜åœ¨&lt;/p&gt;
        &lt;a href="/"&gt;è¿”å›žé¦–é¡µ&lt;/a&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre></body></html>