Search code examples
xampp

how to replace the xampp favicon with my own one?


trying to edit the xampp favicon but coudn't do that so revomed them. now my webpages don't even have xampp favicon and i'm unable to add my own icon.can someone walk me through the whole process that really works. if can't then just teach me how to add an icon on a real server where my site soon going to b hosted? Thanks!


Solution

  • just add the code bellow to your file.

    <head>
    <link rel="icon" href="images/favicon.ico" type="image/ico">
    </head>