<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 xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
    &lt;meta charset="utf-8" /&gt;
    &lt;title&gt;哎呀，出错啦！&lt;/title&gt;
    &lt;meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /&gt;
    &lt;meta name="renderer" content="webkit" /&gt;
    &lt;meta name="apple-mobile-web-app-capable" content="yes" /&gt;
    &lt;meta name="apple-touch-fullscreen" content="yes" /&gt;
    &lt;meta name="format-detection" content="telephone=no,email=no" /&gt;
    &lt;meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /&gt;
    &lt;link rel="Stylesheet" type="text/css" href="css/css.css" /&gt;
    &lt;script type="text/javascript" src="/js/jquery-1.8.2.min.js"&gt;&lt;/script&gt;
    &lt;script type="text/javascript" src="/js/helper.js"&gt;&lt;/script&gt;
    &lt;script type="text/javascript"&gt;
        $(function () {
            if (QueryString("ReturnUrl") == null || QueryString("ReturnUrl") == "") {
                $("#refresh").remove();
            }
            else {
                $("#refresh").attr("href", QueryString("ReturnUrl"));
            }
        })
    &lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;div class="content"&gt;
        &lt;p style="margin: 18px 0px;"&gt;&lt;span class="special"&gt;哎呀，出错啦！&lt;/span&gt;&lt;/p&gt;
        &lt;p&gt;网页出错了，请联系管理员解决！&lt;/p&gt;
        &lt;p class="prompt"&gt;您可以：&lt;a id="refresh" href="javascript:;" style="margin-right: 20px;"&gt;刷新重试&lt;/a&gt;&lt;a href="/" target="_top"&gt;返回首页&lt;/a&gt;&lt;/p&gt;
    &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre></body></html>