I have this horrible problem with favicon.ico in my HTML page. Here's a look at my code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<title>Games</title>
I have put the favicon in the same directory as my HTML file because putting it in my resources folder didn't seem to work either. What do I do? It will not show up ANYWHERE on ANY browser.