Favicon-Fetcher

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.

CODE DETAILS

My project consists of hree files :

  1. index.html -> All the HTML code of the project is prescent here.
  2. styles.css -> ALl the Styles for styling the website are prescent here
  3. script.js -> All the functionality of the project are prescent here.

I have used an API to fetch the favicons .

API URL:

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.

SCREENSHOTS

Screenshot (299)


Screenshot (300)