Search code examples
htmlfavicon

add favicon - <doctype! html> not <!DOCTYPE html>


I need to add favicon to my website but it is <doctype! html> and when I add commands as this nothing happens

<link rel="icon" href="/static//ico/favicon.png"> 

when <doctype! html> to <!DOCTYPE html> , some of sizes change and Ui details change.

I use python3 and flask.

I would appreciate your help.


Solution

  • I don't have enough reputation to leave a comment, but please add more code so I can help you

    Update

    I looked at your code and I think that you need to change the height in msg-wrapper-body class from 100% to 100vh and it will fix your problem.