mardi 23 octobre 2018

Favicon not showing up in browser tab. Need help fixing problem

My Favicon does not appear no matter what I add. This is my code. I have all the images entered in the same folder as my index folder.

 <head>
    <title>Chips Barbershop</title>
    <meta charset="utf-8">
    <neta name ="viewport" content="width=device-width, initial-scale-1"/>
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="manifest" href="/site.webmanifest">
    <meta name="msapplication-TileColor" content="#ffffff">
    <meta name="theme-color" content="#ffffff">
    <link rel="stylesheet" type="text/css" href="main.css">
</head>

Thank you!




Aucun commentaire:

Enregistrer un commentaire