11 February 2014

Adding a favicon to website

<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Favicon Test</title>
    <link REL="SHORTCUT ICON" HREF="images/favi.ico"/>
</head>
<body>
    <div></div>
</body>
</html>

No comments:

Post a Comment