Browse Source

파비콘 추가

Gayeon Park 3 years ago
parent
commit
1a632bd351

+ 2 - 0
realworld/src/main/webapp/WEB-INF/jsp/include/head.jsp

@@ -13,6 +13,8 @@
         <meta name="robots" content="noindex" /> -->
 
         <title><c:out value="realworld"/></title>
+        <!-- 파비콘 -->
+        <link rel="favicon" href="/resources/images/favicon.ico">
 
         <!-- css -->
         <link rel="stylesheet" href="/resources/css/style.css">

+ 1 - 1
realworld/src/main/webapp/WEB-INF/jsp/include/header.jsp

@@ -32,7 +32,7 @@
                 </g>
             </svg>
             <!-- <img id="logo" src="/resources/images/logo.svg" alt="logo"> -->
-            <!-- <c:out value="${ssPath}"></c:out> -->
+            <c:out value="${ssPath}"></c:out>
         </a>
         <!-- 
             true false 비교 관련

BIN
realworld/src/main/webapp/resources/images/favicon.ico