Skip to content

Commit

Permalink
Fix favicon source path in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
derkweijers committed Jan 8, 2025
1 parent e2fcc1f commit 4f7e993
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="" />
<meta name="author" content="" />
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="src/src/img/favicon.ico" />
<link rel="icon" type="image/x-icon" href="src/img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.6.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
Expand Down
Binary file added src/img/favicon.ico
Binary file not shown.

0 comments on commit 4f7e993

Please sign in to comment.