From 7e8770847d911d6ef2573f287aaedb5c68a56ed3 Mon Sep 17 00:00:00 2001 From: Squirrel Date: Sun, 20 Oct 2024 14:13:50 -0700 Subject: [PATCH] Update index.js --- js/index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/js/index.js b/js/index.js index 5592f69..b289c16 100644 --- a/js/index.js +++ b/js/index.js @@ -1,12 +1,14 @@ // code by the Freakybob Team -// 10/17/2024 +// 10/20/2024 // Please leave this note in here if you are using this code in your project! // ❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️ const body = document.body; const backgrounds = [ "images/bg.png", "images/idk.jpg", - "images/ocean.jpg" + "images/ocean.jpg", + "images/Rainy Street.jpg", + "images/pwetty colors.jpg" ]; let currentIndex = 0;