3

i have tried to add an Image inside the head Tag under /public like this .

<!DOCTYPE html>
<html>
    <head>
        <title> mytitle </title>
            <link rel="icon" href="%PUBLIC_URL%/favicon.ico" sizes="32*32" type="image/ico">


    </head>
</html>

but what im seeing is just mytitle. enter image description here

Is there a way to show an Image next to the title using electron

Gallaoui
  • 501
  • 4
  • 19
Tun
  • 53
  • 6
  • Possible duplicate of [How to set app icon for Electron / Atom Shell App](https://stackoverflow.com/questions/31529772/how-to-set-app-icon-for-electron-atom-shell-app) – jonrsharpe Nov 22 '18 at 10:42
  • @jonrsharpe no i need an icon in the Head Tag after starting the electron app and not to change the electron app icon – Tun Nov 22 '18 at 10:46
  • @jonrsharpe i think that the solution should be like this https://stackoverflow.com/questions/9943771/adding-a-favicon-to-a-static-html-page but that doesnt work for electron – Tun Nov 22 '18 at 15:31

0 Answers0