광주은행 전용 nohead 레이아웃 HTML 파일 추가

This commit is contained in:
Rinjae
2026-03-05 11:00:07 +09:00
parent bb5f449f8b
commit d22a1ad535
@@ -0,0 +1,24 @@
<!doctype html>
<html xmlns:th="http://www.thymeleaf.org"
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
<head th:replace="fragment/kjbank/head :: headFragment">
<meta charset="utf-8">
</head>
<body>
<div class="loading-overlay" style="display: none;">
<div class="loading-spinner"></div>
</div>
<div class="container">
<th:block layout:fragment="contentFragment">
</th:block>
</div>
<th:block layout:fragment="script">
</th:block>
<section th:replace="fragment/popup/customPopups :: customPopups"></section>
<script th:src="@{/js/popup/custom-popups.js}"></script>
</body>
</html>