Skip to content

Commit

Permalink
Solved favicon issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasesh-Srivastava committed Sep 30, 2024
1 parent e6de4a7 commit 2afdf3c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
{
"name": "Anish"
},
{
"name": "Rasesh"
},
{
"name": "Piyush"
},
Expand Down
2 changes: 2 additions & 0 deletions src/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Feedback Form</title>
<link rel="icon" href="/img/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="form.css">
</head>
<body>
Expand Down
Binary file added src/img/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<meta name="twitter:description" content="Contribute to Hacktoberfest by editing the HacktoberWall mural and become part of the open-source community!" />
<meta name="twitter:image" content="/img/logo.png" />

<link rel="icon" href="/img/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />

<title>HacktoberWall</title>
<link rel="stylesheet" href="style.css" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet" />
Expand Down

0 comments on commit 2afdf3c

Please sign in to comment.