diff --git a/blobert/cat-memes-cats.gif b/blobert/cat-memes-cats.gif new file mode 100644 index 0000000..2b268f4 Binary files /dev/null and b/blobert/cat-memes-cats.gif differ diff --git a/blobert/index.html b/blobert/index.html index 41be6f0..809bb0a 100644 --- a/blobert/index.html +++ b/blobert/index.html @@ -6,6 +6,7 @@ transition: all 1s linear; } +
This site is currently under construction!
@@ -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;