From 8693ddbc5e1876a0bf8ea9da005391fa284b03f2 Mon Sep 17 00:00:00 2001 From: SrIzan10 Date: Sun, 4 Apr 2021 16:40:23 +0200 Subject: [PATCH] png --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3275544..ddca1cd 100755 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ 'content/background/lookdown.jpg', 'content/background/macos.jpg', 'content/background/mountain.jpg', - 'content/background/windows95setup.jpg']; + 'content/background/windows95setup.png']; var imgShown = document.body.style.backgroundImage; var newImgNumber =Math.floor(Math.random()*myImages.length); document.body.style.backgroundImage = 'url('+myImages[newImgNumber]+')';