Update blobert favicon
This commit is contained in:
parent
8f3e3da7ec
commit
58b02cd1ba
BIN
blobert/cat-memes-cats.gif
Normal file
BIN
blobert/cat-memes-cats.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
@ -6,6 +6,7 @@
|
|||||||
transition: all 1s linear;
|
transition: all 1s linear;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<link rel="icon" type="image/x-icon" href="cat-memes-cats.gif">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div>This site is currently under construction!</div>
|
<div>This site is currently under construction!</div>
|
||||||
@ -25,7 +26,7 @@
|
|||||||
|
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
if(size > 100) growing = false;
|
if(size > 100) growing = false;
|
||||||
if(size < 10) growing = true;
|
if(size < 20) growing = true;
|
||||||
|
|
||||||
if(growing) size += 20;
|
if(growing) size += 20;
|
||||||
else size -= 20;
|
else size -= 20;
|
||||||
|
Loading…
Reference in New Issue
Block a user