Update blobert favicon

This commit is contained in:
bot 2023-10-16 15:21:20 +02:00
parent 8f3e3da7ec
commit 58b02cd1ba
2 changed files with 2 additions and 1 deletions

BIN
blobert/cat-memes-cats.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -6,6 +6,7 @@
transition: all 1s linear;
}
</style>
<link rel="icon" type="image/x-icon" href="cat-memes-cats.gif">
</head>
<body>
<div>This site is currently under construction!</div>
@ -25,7 +26,7 @@
setInterval(() => {
if(size > 100) growing = false;
if(size < 10) growing = true;
if(size < 20) growing = true;
if(growing) size += 20;
else size -= 20;