favicon 강제 캐쉬
Some checks failed
Main-Build / build-and-push (push) Failing after 15s

This commit is contained in:
2025-12-09 11:43:21 +09:00
parent 53887b77ed
commit 8fca06fcbc

View File

@@ -17,6 +17,7 @@
<script src="js/common/login.js"></script>
<base target="_self" />
<title><%=MainGlobals.SITE_TITLE%></title>
<link rel="icon" type="image/x-icon" href="${pageContext.request.contextPath}/Favicon.ico?v=20251209" />
<style>
.login_wrap_body{ background:url(${pageContext.request.contextPath}/images/admin/login_bg.gif) repeat left top; font-family:"맑은 고딕",Malgun Gothic,AppleGothic,sans-serif,"돋움", Dotum; }
.login_wrap{display:block; height:100%; left:0; position:fixed; top:0; width:100%; z-index:10000;}