favicon replace with png

This commit is contained in:
Bruno Rybársky 2022-01-16 13:17:47 +01:00
parent 3ea5ceb390
commit 93eedc7ac5
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

@ -4,7 +4,7 @@
<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 rel="icon" type="image/png" href="favicon.png">
<meta charset="utf-8">
<link rel="stylesheet" href="index.css">
<title>Battleship</title>