favicon 생성
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>영업 관리 시스템</title>
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../img/favicon.png">
|
||||
|
||||
<!-- Fonts: Pretendard -->
|
||||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css" />
|
||||
|
||||
Reference in New Issue
Block a user