<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport"?content="width=device-width,?initial-scale=1,?maximum-scale=1,?user-scalable=no">
<title>404</title>
<style>
body{
margin:0px auto;
text-align:center;
width:100%;
height:100vh;
display:flex;
align-items: center;
justify-content: center;
text-align:center;
background:#4e99b7;
box-sizing:border-box;
}
a{
	display:block;
	color:#fff;
	height:60px;
	line-height:60px;
	margin:0 auto;
	font-size:22px;
	cursor: pointer;
	text-decoration: none;
}
a:hover{
	color:#f60;
	text-decoration: underline;
}
</style>
</head>
<body>
	<a href="http://www.sxhjl.cn/" target="_self">页面不存在,到首页去看看吧</a>
</body>
</html>