-
Notifications
You must be signed in to change notification settings - Fork 13
Website Icon
Ricardo Borsato edited this page Dec 26, 2019
·
1 revision
The " Favicon " is that little icon on the top of your browser window/tab.
If you'd like to change it, just change the " href=
" directory to your wished image. You can also use direct image links, but make sure
to use a " .ico
" extension.
Usually located inside the < head >
(brain) TAG.
This option is available inside the file named as index.html
in the main directory.
<!-- 🪐 - FavIcon - 🪐 -->
<!---------------------------------------------------------------------->
<link rel="shortcut icon" href="favicon.ico"/>
<!---------------------------------------------------------------------->
<!-- 🪐 - FavIcon - 🪐 -->