17 lines
431 B
HTML
17 lines
431 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>错误! - {$:#.org.org_platformname}</title>
|
|
<vt:include file="inc/meta.inc" />
|
|
<link href="Styles/ErrorPage.css?ver={$version}" rel="stylesheet" type="text/css" />
|
|
|
|
</head>
|
|
<body>
|
|
<vt:include file="inc/Header.html" />
|
|
<div id="Context">
|
|
<div id="errorBox">当前页面出现不可预知的异常,请与管理员联系!</div>
|
|
</div>
|
|
<vt:include file="inc/footer.html" />
|
|
</body>
|
|
</html>
|