From 4344f2ae4761fe4082886d5948de6e34f8764ac4 Mon Sep 17 00:00:00 2001 From: SrIzan10 Date: Sun, 4 Apr 2021 16:27:23 +0200 Subject: [PATCH] delete annoying background --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 5baae93..96c2f83 100755 --- a/index.html +++ b/index.html @@ -24,7 +24,6 @@ 'content/background/lookdown.jpg', 'content/background/macos.jpg', 'content/background/mountain.jpg', - 'content/background/waterfall.jpg', 'content/background/windows95setup.jpg']; var imgShown = document.body.style.backgroundImage; var newImgNumber =Math.floor(Math.random()*myImages.length);