<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;

&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
    &lt;title&gt;无法找到页面&lt;/title&gt;
&lt;/head&gt;
&lt;body style="font-size:13px; line-height:22px;"&gt;
    &lt;div style="width:500px; height:230px; padding:50px 0px; margin:0px auto; border:solid 1px #eeeeee;"&gt;
    &lt;h2 style="text-align:center"&gt;#_#！ 对不起，无法找到该页面！&lt;/h2&gt;
    &lt;hr /&gt;
    请尝试以下操作：
    &lt;ul&gt;
        &lt;li&gt;确保浏览器的地址栏中显示的网站地址的拼写和格式正确无误。&lt;/li&gt;
        &lt;li&gt;如果通过单击链接而到达了该网页，请与网站管理员联系，通知他们该链接的格式不正确。&lt;/li&gt;
        &lt;li&gt;单击&lt;a href="javascript:history.go(-1)"&gt;后退&lt;/a&gt;按钮尝试另一个链接。&lt;/li&gt;
    &lt;/ul&gt;
    &lt;p style="font-size:14px; text-align:center;"&gt;操作：系统将在&lt;span id="timeS" style="color:Red; font-size:16px; padding:0px 5px;"&gt;3&lt;/span&gt;秒内自动跳转至首页！&lt;/p&gt;
        &lt;script type="text/javascript"&gt;
            var nTime = 3;
            setInterval(function () {
                nTime--;
                if (nTime &lt;= 0)
                    window.location.href = 'index.aspx';
                document.getElementById("timeS").innerHTML = nTime.toString();

            }, 1000);
        &lt;/script&gt;

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