<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;title&gt;404 页面&lt;/title&gt;
  &lt;style&gt;
  body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif;
    font-size: 13px;
    color: #676a6c;
}
	.middle-box h1 {
    font-size: 170px;
}
	  .middle-box {
	    max-width: 400px;
	    z-index: 100;
	    margin: 0 auto;
	    padding-top: 40px;
	}
	
	.font-bold {
    font-weight: 600;
}
  
  
  &lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;


    &lt;div class="middle-box text-center animated fadeInDown"&gt;
        &lt;h1&gt;404&lt;/h1&gt;
        &lt;h3 class="font-bold"&gt;页面未找到！&lt;/h3&gt;

        &lt;div class="error-desc"&gt;
            抱歉，页面好像去火星了~
        &lt;/div&gt;
    &lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;

</pre></body></html>