<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 http-equiv="Content-Type" content="text/html; charset=gb2312" /&gt;
    &lt;title&gt;æ‰¾ä¸åˆ°é¡µé¢&lt;/title&gt;
    &lt;style&gt;
        html,
        body {
            height: 100%;
            padding: 0;
            margin: 0;
            background: #f3f1f4;
        }

        .clear {
            clear: both;
            width: 100%;
            height: 0;
            overflow: hidden;
        }

        body {
            min-height: 454px;
            text-align: center;
            min-width: 968px;
            color: #c63;
        }

        .FirstDIV {
            margin-top: -277px;
            /* SecondDIVé«˜åº¦çš„ä¸€åŠ  */
            float: left;
            width: 100%;
            height: 50%;
        }

        .SecondDIV {
            clear: both;
            margin-left: auto;
            overflow: hidden;
            width: 968px;
            margin-right: auto;
            height: 454px;
            text-align: left;
            background: url(/Public/Images/404_bg.jpg) no-repeat;
        }

        img {
            border: none;
        }

        .SecondDIV h4 {
            text-align: center;
            padding-top: 330px;
        }
    &lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;
    &lt;div class="FirstDIV"&gt;
    &lt;/div&gt;
    &lt;div class="SecondDIV"&gt;
        &lt;h4&gt;
                        &lt;a href="javascript:history.back(-1)" target="_self" title="è¿”å›žä¸Šä¸€é¡µ"&gt;
                &lt;img src="/Public/Images/404_btn_1.gif" alt="è¿”å›žä¸Šä¸€é¡µ" /&gt;&lt;/a&gt;
            &lt;a href="/" target="_self" title="è¿”å›žé¦–é¡µ"&gt;
                &lt;img src="/Public/Images/404_btn_2.gif" alt="è¿”å›žé¦–é¡µ" /&gt;&lt;/a&gt;
        &lt;/h4&gt;
    &lt;/div&gt;
    &lt;script&gt;
        setTimeout("history.go(-1)", 2000)
    &lt;/script&gt;
&lt;/body&gt;

&lt;/html&gt;
</pre></body></html>