summaryrefslogtreecommitdiff
path: root/game.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2024-08-15 21:03:12 -0400
committerpommicket <pommicket@gmail.com>2024-08-15 21:03:12 -0400
commit5a3a0bb35e55294ab84fd8b759c637a0f1aeea82 (patch)
tree6ea69f312201defec726cb4c11fb6e2e88496729 /game.html
parentb0925d8b148b5ca2ed82e1b6aad7028fb451e8df (diff)
favicon
Diffstat (limited to 'game.html')
-rw-r--r--game.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.html b/game.html
index b94d6a8..2c0a5d2 100644
--- a/game.html
+++ b/game.html
@@ -5,7 +5,7 @@
<title>jigsaw</title>
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1" name="viewport">
- <link rel="icon" href="favicon.ico">
+ <link rel="icon" href="favicon.png">
<link rel="stylesheet" href="style.css">
<script src="game.js?v=2" async></script>
</head>