favicon 생성
BIN
img/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 429 KiB |
BIN
img/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 429 KiB |
BIN
img/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 429 KiB |
BIN
img/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 429 KiB |
BIN
img/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 429 KiB |
BIN
img/favicon.ico
Normal file
|
After Width: | Height: | Size: 429 KiB |
BIN
img/favicon.png
Normal file
|
After Width: | Height: | Size: 429 KiB |
@@ -5,6 +5,13 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>영업 관리 시스템</title>
|
<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">
|
||||||
|
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
<script src="https://unpkg.com/lucide@latest"></script>
|
<script src="https://unpkg.com/lucide@latest"></script>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
||||||
|
|||||||
@@ -4,6 +4,12 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>영업 관리 시스템</title>
|
<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 -->
|
<!-- Fonts: Pretendard -->
|
||||||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css" />
|
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css" />
|
||||||
|
|||||||