why dows favicon not work
This commit is contained in:
parent
31aee43ef2
commit
4f55677a6a
BIN
favicon.ico
BIN
favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 66 KiB |
44
index.html
44
index.html
@ -1,27 +1,27 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="jquery-3.6.0.min.js"></script>
|
<script src="jquery-3.6.0.min.js"></script>
|
||||||
<script src="jquery.fittext.js"></script>
|
<script src="jquery.fittext.js"></script>
|
||||||
<script src="index.js"></script>
|
<script src="index.js"></script>
|
||||||
<link rel=image/x-icon" href="favicon.ico">
|
<link rel=image/x-icon" href="favicon.ico"></link>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="stylesheet" href="index.css">
|
<link rel="stylesheet" href="index.css"></link>
|
||||||
<title>Battleship</title>
|
<title>Battleship</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="bg"></div>
|
<div id="bg"></div>
|
||||||
<div id="fg">
|
<div id="fg">
|
||||||
<div id="playfield">
|
<div id="playfield">
|
||||||
<div id="remotediv">
|
<div id="remotediv">
|
||||||
<table id="remote">
|
<table id="remote">
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div id="localdiv">
|
<div id="localdiv">
|
||||||
<table id="local">
|
<table id="local">
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</body>
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user