Skip to content

Commit

Permalink
Fav icon change (#379)
Browse files Browse the repository at this point in the history
## Related Issue

FavIcon
write issue no. here - #369 

closes #369 

## Description

Added favicon for with project

## Type of PR

- [ ] Bug fix
- [X] Feature enhancement
- [ ] Documentation update
- [ ] Security enhancement
- [ ] Other (specify): _______________


check in issue by entering [X] in boxes

## Screenshots / Videos (if applicable)

![image](https://github.com/user-attachments/assets/61a22f32-95b4-4e27-9bc1-da34c1300e75)


[Attach any relevant screenshots or videos demonstrating the changes]

## Checklist
- [X] I have performed a self-review of my code.
- [ X] I have read and followed the Contribution Guidelines.
- [ X] I have tested the changes thoroughly before submitting this pull
request.
- [ X] I have provided relevant issue numbers, screenshots, and videos
after making the changes.
- [ X] I have commented my code, particularly in hard-to-understand
areas.
- [] I have followed the code style guidelines of this project.
- [x] I have checked for any existing open issues that my pull request
may address.
- [ X] I have ensured that my changes do not break any existing
functionality.
- [ X] Each contributor is allowed to create a maximum of 4 issues per
day. This helps us manage and address issues efficiently.
- [ X] I have read the resources for guidance listed below.
- [ X] I have followed security best practices in my code changes.

check in issue by entering [X] in boxes
## Additional Context

[Include any additional information or context that might be helpful for
reviewers.]
NONE
  • Loading branch information
dhairyagothi authored Jan 8, 2025
2 parents a041a5b + 196cd7b commit 9693854
Show file tree
Hide file tree
Showing 3 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 @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>100 Days 100 Web Projects</title>
<link rel="stylesheet" href="home.css" />
<link rel="icon" type="image/x-icon" href="favicon.png" />
<link rel="icon" href="public/favv.png" type="image/x-icon" />
<meta content="100 Days, 100 Web Projects" property="og:title" />
<meta
content="A collection of 100 web projects from basic to intermediate using html css and js."
Expand Down
Binary file added public/fav.ico
Binary file not shown.
Binary file added public/favv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9693854

Please sign in to comment.