Favicon for HTML5 Project

Hi Atomi Support:

Is there any way to add a favicon for an HTML5 project to brand a learning course at the browser tab level?

Thanks much!
Scott

I don’t know if it Is supported by Atomi apps but if you are a bit familiar with node js/npm/yarn development there is a great open source utility called IconGenie https://github.com/quasarframework/quasar/tree/dev/icongenie (it generates various sizes for various plarforms + code to be copied into index.html).
Or there are online tools but I don’t like posting own data to unknown servers.

Hi Scott,

If you have some HTML skill, you can modify the file at C:\Program Files\ATOMI\ActivePresenter\templates\html5\rlplayer.html (Windows)

Just insert a link tag in the head tag like below:

<link href="data:image/x-icon;base64,YourBase64StringHere" rel="icon" type="image/x-icon" />

Regards,

Worked perfectly, Phuong!
Thank you very much for your help.
Best,
Scott