Skip to content

Commit

Permalink
fix: Error with not exist favicon, add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoya-kim committed Oct 21, 2021
1 parent 96700d2 commit bf1b40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added favicon.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
/>
<link rel="stylesheet" href="./css/index.css" />
<title>Leggo</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<header class="header">
Expand Down

0 comments on commit bf1b40c

Please sign in to comment.