﻿<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Error 404 - Page not Found</title>
<style>
body {
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	padding-top: 50px;
}
h1 {
	font-size: 31px;
	color: #333;
	line-height: 150%;
}
h1 span {
	font-size: 150px;
	display: block;
	line-height: 90%;
	color: #09c;
}
p {
	font-size: 15px;
	line-height: 120%;
}
a {
	color: #06c;
}
</style>
</head>
<body>
<h1>ERROR <span>404</span>
  <div>Page not Found</div>
</h1>
<p>很抱歉您搜尋的網頁不存在 <a href="../TWSF/">回首頁</a></p>
<p>Sorry, the page you are looking for does not exist. <a href="../TWSF/">Home page</a></p>
</body>
</html>
