summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-05-12 18:36:05 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-05-12 18:36:05 +0100
commit8721f934c0e5ccb581610ddb1053fa26ccc5dfc0 (patch)
tree7d6f74c9596fb25c505218cbd55a64b35ca44984
parent2cdcdbc9a9a74fb9d4772d77c0561e5d0d18d9b7 (diff)
downloadmacaw.chat-8721f934c0e5ccb581610ddb1053fa26ccc5dfc0.tar.gz
macaw.chat-8721f934c0e5ccb581610ddb1053fa26ccc5dfc0.tar.bz2
macaw.chat-8721f934c0e5ccb581610ddb1053fa26ccc5dfc0.zip
change favicon
-rw-r--r--assets/caw.pngbin0 -> 1106705 bytes
-rw-r--r--index.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/assets/caw.png b/assets/caw.png
new file mode 100644
index 0000000..0e26169
--- /dev/null
+++ b/assets/caw.png
Binary files differ
diff --git a/index.html b/index.html
index c338a6d..7083052 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Macaw IM</title>
- <link rel="icon" href="/assets/bubble.png" />
+ <link rel="icon" href="/assets/caw.png" />
<link rel="stylesheet" href="/style.css" />
</head>