파비콘 설정 처리
This commit is contained in:
parent
6258a55084
commit
eb093e3fe6
@ -11,7 +11,10 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<!-- <link rel="shortcut icon" href=""> -->
|
||||
<link rel="icon" href="/favicon/favicon.ico" sizes="any"><!-- 32×32 -->
|
||||
<link rel="apple-touch-icon" href="/favicon/apple-touch-icon.png"><!-- 180×180 -->
|
||||
<link rel="manifest" href="/favicon/site.webmanifest">
|
||||
|
||||
|
||||
<link href="${pageContext.request.contextPath}/css/nlib.css" rel="stylesheet" type="text/css" />
|
||||
<script src="${pageContext.request.contextPath}/js/jquery/jquery.min.js"></script>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
@ -1 +1 @@
|
||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||
{"name":"","short_name":"","icons":[{"src":"/favicon/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/favicon/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||
Loading…
Reference in New Issue
Block a user