<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 lang="zh-cn"&gt;
&lt;head&gt;
	&lt;meta charset="utf-8"&gt;
	&lt;meta http-equiv="X-UA-Compatible" content="IE=edge"&gt;
	&lt;meta http-equiv='Refresh' content='2;URL=/'/&gt;
	&lt;meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"&gt;
	&lt;meta content="email=no" name="format-detection" /&gt;
	&lt;meta content="telephone=no" name="format-detection" /&gt;
	&lt;title&gt;404é”™è¯¯&lt;/title&gt;
	&lt;style type="text/css"&gt;
	a{
		font-size: 12px;
		background: transparent;
	    text-decoration: none;
	    color: #333;
	}
	.cermiac{
		width: 980px;
		margin:0 auto;
	}
	.notfoundbg{
		height: 460px;
		width: 650px;
		background-color: green;
		background: url("/public/images/bg404.png");
		margin: 30px auto;
	}
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
		font-size:0;
	}
	.clearfix { *zoom:1;}
	.content{
	}
	.hreflink .divspan{
		width: 490px;
		text-align: center;
		line-height: 50px;
		height: 50px;
	}
	.hreflink .divspan span{
		display: block;
		text-indent: 20px;
		font-size: 16px;
		font-weight: bold;
	}
	.f{
		float: left;
	}
	.prev{
		background: url("/public/images/prev404.png") no-repeat 190px center ;
	}
	.home{
		background: url("/public/images/next404.png") no-repeat 198px center ;
	}
	&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
	&lt;div class="cermiac h content"&gt;
		&lt;div class="notfoundbg"&gt;&lt;/div&gt;
		&lt;div class=" w hreflink clearfix"&gt;
			&lt;div class="divspan f"&gt;
				&lt;a href="javascript:history.go(-1)"&gt;
					&lt;span class="prev"&gt;è¿”å›žä¸Šä¸€é¡µ&lt;/span&gt;
				&lt;/a&gt;
			&lt;/div&gt;
			&lt;div class="divspan f"&gt;
				&lt;a href="javascript:;" onclick="gohome()"&gt;
					&lt;span class="home"&gt;è¿”å›žé¦–é¡µ&lt;/span&gt;
				&lt;/a&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/body&gt;
&lt;script&gt;
	function gohome(){
		var hosturl=window.location.host;
		hosturl=hosturl.indexOf("http://")&gt;= 0?hosturl:"http://"+hosturl;
		window.location=hosturl;
	}
&lt;/script&gt;
&lt;/html&gt;</pre></body></html>