Favicon not showing up

前端 未结 11 2552
忘掉有多难
忘掉有多难 2020-12-05 04:40

I placed my favicon here:

http://www.vittoriosastarsnursery.com/favicon.ico

But for some reason it doesn\'t want to show in Firefox. It did work in IE, but I

11条回答
  •  隐瞒了意图╮
    2020-12-05 05:04

    If you don't want to spend hours. trying to figure out why your favicon is not showing up, make sure to always place it in the root of your project folder and add a link in the section of your page like so:

    
      //other code
      
      //other code
    
    

    Folder Structure

    --app
    -----img
    -----js
    -----css
    -----favicon.ico
    

提交回复
热议问题