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);