init
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns:th="http://www.thymeleaf.org"
|
||||
xmlns:sec="http://www.thymeleaf.org/extras/spring-security">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=medium-dpi">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
||||
<meta http-equiv="Cache-Control" content="no-cache">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
<meta charset="utf-8">
|
||||
|
||||
<meta charset="UTF-8"/>
|
||||
<title th:text="#{title.html}">개발자 포털</title>
|
||||
<meta content="max-age=0, public" http-equiv="Cache-Control"/>
|
||||
<meta content="index, follow" name="robots"/>
|
||||
<meta content="https://www.eactive.co.kr/" property="og:url"/>
|
||||
<link rel="icon" type="image/ico" th:href="@{/favicon_16px.png}">
|
||||
<link rel="stylesheet" type="text/css" th:href="@{/css/style2.css}">
|
||||
<link rel="stylesheet" type="text/css" th:href="@{/css/common2.css}">
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrap" class="wrap_top">
|
||||
<section class="content pop">
|
||||
<div class="sub_title2">
|
||||
<p class="title2 add" style="display: none;">에러페이지</p>
|
||||
</div>
|
||||
|
||||
<div class="content_wrap cp_box">
|
||||
<div class="inner i_cs9">
|
||||
<div class="tit_logo2 m-only">
|
||||
<img th:src="@{/img/logo/img_logo4.png}" alt="Kbank API Portal">
|
||||
</div>
|
||||
<div class="tit_logo2 pc-only">
|
||||
<img th:src="@{/img/logo/img_logo5.png}" alt="Kbank API Portal">
|
||||
</div>
|
||||
<div class="email_tit m-only">
|
||||
<p>일시적인 장애로<br> 서비스가 중단되었습니다.</p>
|
||||
</div>
|
||||
<div class="email_tit pc-only">
|
||||
<p>일시적인 장애로 서비스가 중단되었습니다.</p>
|
||||
</div>
|
||||
<div class="form_type top_m">
|
||||
<div class="i_complete m-only">
|
||||
<img th:src="@{/img/icon/icon_error.png}" alt="ERROR 이미지">
|
||||
</div>
|
||||
<div class="i_complete pc-only">
|
||||
<img th:src="@{/img/icon/icon_error2.png}" alt="ERROR 이미지">
|
||||
</div>
|
||||
<div class="complete_txt">
|
||||
<p>서비스 이용에 불편을 드려 죄송합니다.<br>
|
||||
빠른 서비스를 제공할 수 있게 준비하겠습니다.</p>
|
||||
</div>
|
||||
<div class="cs_info">
|
||||
<p>고객센터 : 1522-1000 / 해외 : +82-2-3778-9111</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user