Skip to content

Commit

Permalink
Fix issue in favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
methminug committed Apr 23, 2024
1 parent b6423a0 commit 8d61795
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
property="twitter:image:src"
content="https://i.postimg.cc/0j4kzL6L/banner.png"
/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link
rel="manifest"
href="/site.webmanifest"
href="site.webmanifest"
crossorigin="use-credentials"
/>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
<link rel="stylesheet" href="css/style.css" />
<link href="css/bootstrap.min.css" rel="stylesheet" />
</head>
Expand Down

0 comments on commit 8d61795

Please sign in to comment.