Skip to content

Commit

Permalink
파비콘 설정 및 meta 태그 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmn092631 committed Sep 21, 2023
1 parent 8ac0fd6 commit 7811f0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified front/public/favicon.ico
Binary file not shown.
4 changes: 3 additions & 1 deletion front/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="description" content="Total Soft Bank ATC 모니터링 시스템" />
<meta name="keywords" content="토탈소프트뱅크, ATC, 모니터링" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap"
rel="stylesheet"
/>
<title>ATC Project</title>
<title>TSB ATC Monitoring</title>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 7811f0e

Please sign in to comment.