This project is used to fetch the Favicons of some existing websites .
We need to enter the URL in the specified field and press the corresponding button .
We will be displayed with the Favicon of that website.
My project consists of hree files :
- index.html -> All the HTML code of the project is prescent here.
- styles.css -> ALl the Styles for styling the website are prescent here
- script.js -> All the functionality of the project are prescent here.
I have used an API to fetch the favicons .
http://www.google.com/s2/favicons?domain=www.domain.com
In the above URL we need to specify the domain value
Example :
http://www.google.com/s2/favicons?domain=www.github.com
As I have specified the domain to be github Favicon og github will be fetched.