CINXE.COM

에러페이지

<!DOCTYPE HTML> <html lang="ko" xml:lang="ko"> <head> <title>에러페이지</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <style type="text/css"> dl { padding: 8px; border: 1px solid gray; } dl dt { color: blue; margin-top: 6px; } dl dd { } dd.req-page { color: red; font-weight: bold; } dd.debug-error { color: orange; } </style> <link rel="stylesheet" type="text/css" href="/resources/user/web/css/layout.css" /> <link rel="stylesheet" type="text/css" href="/resources/user/web/css/base.css" /> </head> <body> <div class="cont_box error"> <div class="error_in"> <div class="er_massage"> <span class="txt_impo bold">일시적인 오류가 발생</span>하였습니다.<br /> 잠시후 다시 실행해주시기 바랍니다.<br /> 서비스이용에 불편을 드려 죄송합니다..... </div> <div class="text_center"> <a href="javascript:history.back();" class="button3">이전페이지로 이동</a> </div> </div> </div> </body> </html>