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;
|
||||
}
|
||||
</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;
|
||||
|
Loading…
Reference in New Issue
Block a user