why dows favicon not work

This commit is contained in:
Bruno Rybársky 2022-01-16 11:55:18 +01:00
parent 31aee43ef2
commit 4f55677a6a
2 changed files with 22 additions and 22 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 66 KiB

@ -1,27 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<script src="jquery-3.6.0.min.js"></script>
<script src="jquery.fittext.js"></script>
<script src="index.js"></script>
<link rel=image/x-icon" href="favicon.ico">
<meta charset="utf-8">
<link rel="stylesheet" href="index.css">
<title>Battleship</title>
</head>
<body>
<div id="bg"></div>
<div id="fg">
<div id="playfield">
<div id="remotediv">
<table id="remote">
</table>
</div>
<div id="localdiv">
<table id="local">
</table>
<head>
<script src="jquery-3.6.0.min.js"></script>
<script src="jquery.fittext.js"></script>
<script src="index.js"></script>
<link rel=image/x-icon" href="favicon.ico"></link>
<meta charset="utf-8">
<link rel="stylesheet" href="index.css"></link>
<title>Battleship</title>
</head>
<body>
<div id="bg"></div>
<div id="fg">
<div id="playfield">
<div id="remotediv">
<table id="remote">
</table>
</div>
<div id="localdiv">
<table id="local">
</table>
</div>
</div>
</div>
</div>
</body>
</body>
</html>