I am trying to put an icon in my website title tag. But its not loading in chrome but is loading in mozilla. i don't know what i am doing wrong?
The link for the image is working correctly.
<head>
<title>Flats in Kochi </title>
<link rel="shortcut icon" href="<?php echo base_url();?> images/melon.ico" type = "image/x-icon"/>
</head>