0

My image is not showing up. I cleared cache but no luck. Image is verified in the same folder. Not working on Chrome or Safari.

<head>
        <meta charset="UTF-8">
        <title></title>
        <link rel="icon" type="image/png" href="TabBarLogo.png" sizes="16x16">

</head>

also tried rel="shortcut icon"

j08691
  • 204,283
  • 31
  • 260
  • 272
husharoonie
  • 431
  • 1
  • 4
  • 19

1 Answers1

0

<head> directly after fixed my problem. With no HTML code in between.

1.)

<!DOCTYPE html>
<html lang="en">

2.)

<head></head>
husharoonie
  • 431
  • 1
  • 4
  • 19