404.html 1.31 KB
Newer Older
Spencer Chang's avatar
Spencer Chang committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>Internal server error</title>
	<style type="text/css">
		body {
			margin: 0px;
			padding: 0px;
			font-family: "微软雅黑", Arial, "Trebuchet MS", Verdana, Georgia,
			Baskerville, Palatino, Times;
			font-size: 16px;
		}

		div {
			margin-left: auto;
			margin-right: auto;
		}

		a {
			text-decoration: none;
			color: #1064A0;
		}

		a:hover {
			color: #0078D2;
		}

		img {
			border: none;
		}

		h1, h2, h3, h4 {
			/*  display:block;*/
			margin: 0;
			font-weight: normal;
			font-family: "微软雅黑", Arial, "Trebuchet MS", Helvetica, Verdana;
		}

		h1 {
			font-size: 44px;
			color: #0188DE;
			padding: 20px 0px 10px 0px;
		}

		h2 {
			color: #0188DE;
			font-size: 16px;
			padding: 10px 0px 40px 0px;
		}

		#page {
			width: 910px;
			padding: 20px 20px 40px 20px;
			margin-top: 80px;
		}

	</style>

</head>
<body>
<div id="page"
	 style="border-style: dashed; border-color: #e4e4e4; line-height: 30px;">
	<h1>抱歉,服务器内部错误~</h1>
	<h2>Sorry, Internal server error!</h2>
	<!--<span color="#666666">${message!''}</span>-->
</div>
</body>
</html>