File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:th="http://www.thymeleaf.org" xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>에러 페이지</title>
<link type="text/css" rel="stylesheet" href="/template/common/css/default.css" />
<script type="text/javascript">
function fncGoAfterErrorPage(){
history.back(-2);
}
</script>
</head>
<body>
500에러
<!--
<table style="width:100%;height:100%;"border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="100%" align="center" valign="middle">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<a href="javascript:fncGoAfterErrorPage()"><img src="/template/common/images/error404.gif" alt="페이지를 찾을 수 없습니다."/></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
-->
</body>
</html>