<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 Not Found&lt;/title&gt;
    &lt;style type="text/css"&gt;
    body {
      background-color #ECECEC;
      font:18px/1.5 "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif;outline:0;
      color:#3c3c3c;
    }
    h1{font-size:150px;line-height:100px;margin-top:300px;}
    h2{font-size:18px;}
    p{font-size:25px;}
    a,a:hover{color:#50b590;text-decoration: none;}
    .notfound{text-align:center;}
    .button{display:inline-block;padding:6px 50px;background:#fff;border:1px solid #50b590;border-radius:4px;-webkit-transition:background 0.3s,color 0.3s;transition:background 0.3s,color 0.3s;}
    .button:hover{background:#50b590;color:#fff;}
    &lt;/style&gt;
    &lt;/head&gt;
    &lt;body&gt;
      &lt;div class="notfound"&gt;
        &lt;h1&gt;404&lt;/h1&gt;
        &lt;p&gt;&lt;a class="button" href="/"&gt;返回首页&lt;/a&gt;&lt;/p&gt;
        &lt;input type="text" name="Rui_honeypot" style="display:none;"&gt;
      &lt;/div&gt;
    &lt;/body&gt;
    &lt;/html&gt;</pre></body></html>