Okay
  Public Ticket #996813
favicon not appear
Closed

Comments

  •  2
    Yedida Sadewa started the conversation

    hello sir, 

    i try to make favicon in tab page, 
    in inside of main page said <!-- Place favicon.ico in the root directory -->?
    then i put my favicon on the root directory, but every times i refresh my page the favicon not appear,
    can you help me?
    i also attch my page so you can check if something wrong,
    thanks before :)

  •  840
    Jelly replied

    Hi,

    After have a favicon save to the root directory of your site. Then include the following code in the head of your HTML document.

    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
    <link rel="icon" href="/favicon.ico" type="image/x-icon">

    Best Regards,
    Jelly Team

  •  2
    Yedida Sadewa replied

    ohh okay sir, my favicon appear now.

    thank you so much :)