Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to replace the xampp favicon with my own one?

Tags:

xampp

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!

like image 455
Ari Avatar asked Dec 02 '22 12:12

Ari


1 Answers

just add the code bellow to your file.

<head>
<link rel="icon" href="images/favicon.ico" type="image/ico">
</head>
like image 160
Jyotirmoy S. Avatar answered Dec 05 '22 19:12

Jyotirmoy S.