From df4abd0878c91582d7744f2bee18c51b81f3f991 Mon Sep 17 00:00:00 2001 From: KNKIM Date: Mon, 13 Dec 2021 10:40:09 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9B=B9=EC=B7=A8=EC=95=BD=EC=A0=90=20?= =?UTF-8?q?=EB=B3=B4=EC=99=84=20=EC=82=AC=ED=95=AD=20=EC=B2=98=EB=A6=AC=20?= =?UTF-8?q?:=20=EC=97=90=EB=A1=9C=EC=BD=94=EB=93=9C=20=ED=91=9C=EC=8B=9C?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/common/error-throw.jsp | 2 +- src/main/webapp/common/error404.jsp | 2 +- src/main/webapp/common/error500.jsp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/common/error-throw.jsp b/src/main/webapp/common/error-throw.jsp index 69edb845..69f24ab9 100644 --- a/src/main/webapp/common/error-throw.jsp +++ b/src/main/webapp/common/error-throw.jsp @@ -27,7 +27,7 @@ String councilNm = (String)session.getAttribute("councilNm");

문화원로고<%=councilNm %>소장자료관

-

500 ERROR : Service Error

+

 

죄송합니다. 현재 서비스가 원활하지 않습니다.

에러 아이콘

diff --git a/src/main/webapp/common/error404.jsp b/src/main/webapp/common/error404.jsp index 08a455c6..03204496 100644 --- a/src/main/webapp/common/error404.jsp +++ b/src/main/webapp/common/error404.jsp @@ -27,7 +27,7 @@ String councilNm = (String)session.getAttribute("councilNm");

문화원로고<%=councilNm %>소장자료관

-

404 ERROR : Page not found

+

 

죄송합니다. 요청하신 페이지를 찾을 수 없습니다.

에러 아이콘

diff --git a/src/main/webapp/common/error500.jsp b/src/main/webapp/common/error500.jsp index 69edb845..69f24ab9 100644 --- a/src/main/webapp/common/error500.jsp +++ b/src/main/webapp/common/error500.jsp @@ -27,7 +27,7 @@ String councilNm = (String)session.getAttribute("councilNm");

문화원로고<%=councilNm %>소장자료관

-

500 ERROR : Service Error

+

 

죄송합니다. 현재 서비스가 원활하지 않습니다.

에러 아이콘