Icon
by Hiroshi on September 8th, 2008
Place favicon.ico file in root directory of your web host (public_html or www) and add following code into head section of your web page. <link rel="Shortcut icon" href="/favicon.ico"> </link> OR <link rel="icon" href="http://www.url/favicon.ico" type="images/x-icon" />
