Skip to content

Commit

Permalink
Fixing the icon of the site
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohab Yaser committed Nov 30, 2023
1 parent 055c82f commit e2eb742
Showing 1 changed file 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 @@ -12,7 +12,7 @@
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link rel="icon" type="image/png" href="/media/icon.png" />
<link rel="icon" type="image/png" href="./media/icon.png" />
</head>
<body>
<div id="second-body">
Expand Down

0 comments on commit e2eb742

Please sign in to comment.