Archive Info

Favicon Generator

While browsing in the internet, I think of adding favicon in my weblogs. So I search and found favicon.cc. The ouput is 16 x 16 pixel. You can import your own images or publish your work under creative common license.

favicon.cc

For adding favion in your own site here are some instructions (PNG, GIF and ICO files only). Insert these code between the head tag of your page.

<link rel=”icon” type=”image/png” href=”http://yoursite.com/youricon.png”>

<link rel=”icon” type=”image/gif” href=”http://yoursite.com/youricon.gif”>

<link rel=”shortcut icon” href=”http://yoursite.com/youricon.ico”>