Skip to content

Commit

Permalink
favicon 변경, html title 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sadie100 committed Aug 26, 2024
1 parent e24ee95 commit a463f12
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="icon" type="image/png" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Phaser - Template</title>
<title>치킨게임</title>
<link rel="stylesheet" href="/style.css" />
</head>

Expand Down
Binary file added public/favicon.ico
Binary file not shown.
Binary file removed public/favicon.png
Binary file not shown.

0 comments on commit a463f12

Please sign in to comment.