favicon

how do you implement a favicon using an arduino as a webserver?

The first favicon I used was just added in base64 format to the html page.
For multiple pages it might be better to link to the .ico file.
Read the "how to post" sticky if you were expecting a better answer.
Leo..

You can find out more here:

Basically, put this in your html header:

<link rel="shortcut icon" href="http://example.com/myicon.ico">

If the url points to your Arduino, the web server also has to provide the file when asked.

https://www.freefavicon.com/