error.html 1 KB
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0,user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title></title>

<link href="../assets/reset.css" rel="stylesheet"/>
<link href="../assets/style.css" rel="stylesheet"/>
<script src="../assets/jquery-1.8.3.min.js"></script>

<style>
	html{ height:100%;}
	.header{ position:absolute;}
	
</style>
</head>

<body class="bodybg">
	<header class="header">
    	<a class="back" onClick="history.back()"></a>
        <div class="mid">社会主义核心价值观</div>
    </header>
    <section class="h-header"></section>
    <section class="errorPage">
    	<img src="../images/error.png"/>
        <p class="errorMsg">服务器,又调皮了</p>
        <a class="home">返回首页</a>
    </section>
    
</body>
</html>