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"
<head>
directly after fixed my problem. With no HTML code in between.
1.)
<!DOCTYPE html>
<html lang="en">
2.)
<head></head>