Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Squirrel authored Oct 20, 2024
1 parent 0a3970f commit 7e87708
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions js/index.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 7e87708

Please sign in to comment.