diff options
author | 2025-05-12 18:36:05 +0100 | |
---|---|---|
committer | 2025-05-12 18:36:05 +0100 | |
commit | 8721f934c0e5ccb581610ddb1053fa26ccc5dfc0 (patch) | |
tree | 7d6f74c9596fb25c505218cbd55a64b35ca44984 /index.html | |
parent | 2cdcdbc9a9a74fb9d4772d77c0561e5d0d18d9b7 (diff) | |
download | macaw.chat-8721f934c0e5ccb581610ddb1053fa26ccc5dfc0.tar.gz macaw.chat-8721f934c0e5ccb581610ddb1053fa26ccc5dfc0.tar.bz2 macaw.chat-8721f934c0e5ccb581610ddb1053fa26ccc5dfc0.zip |
change favicon
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |