Skip to content

Commit

Permalink
chore : favicon이랑 타이틀 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yeongipark committed Aug 6, 2024
1 parent 41c0901 commit a7895c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" href="/src/images/beginner.ico" type="image/x-icon" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>BeginnerFit</title>
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added src/images/beginner.ico
Binary file not shown.
Binary file added src/images/favicon.ico
Binary file not shown.

0 comments on commit a7895c2

Please sign in to comment.