geoinfo_eGov_work/src/main/webapp/web/isError.jsp

25 lines
574 B
Plaintext

<%@ page language="java" contentType = "text/html; charset=euc-kr"%>
<html>
<head>
<title>지반정보 포털시스템</title>
</head>
<body>
<div style="text-align: center; width: 100%; padding-top: 20px;">
<div class="errorContentView">
<div style="position: relative; top: 12px; left: 10px;">
<h3>페이지를 찾을 수 없습니다.</h3>
<div class="errorContentBody">
<pre>
올바른 웹페이지 주소가 아니거나, 시스템 오류가 발생했습니다.
</pre>
<br/>
<div style="text-align: center; width: 100%;">
<a href="/" >홈으로</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>