Skip to content

Commit

Permalink
Feat: 파비콘 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunaeri committed Nov 15, 2024
1 parent ce6eac8 commit 8845668
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TALKAK</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>

</html>
Binary file added src/assets/favicon.ico
Binary file not shown.

0 comments on commit 8845668

Please sign in to comment.