Skip to content

Commit

Permalink
🔨 favicon icon fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ImSreyas committed Mar 8, 2024
1 parent bc34fde commit 9674387
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file removed assets/icon/favicon.ico
Binary file not shown.
Binary file removed assets/icon/faviconLowRes.ico
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quizer</title>
<link rel="icon" href="assets/favicon.ico" type="image/svg+xml">
<link rel="icon" href="./icon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<script src="app.js" defer></script>
</head>
Expand Down

0 comments on commit 9674387

Please sign in to comment.