Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
Adding Dehradun City
  • Loading branch information
tanishkasaxena authored Sep 6, 2024
1 parent 27be277 commit 13bf8b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Array of city names
var cities = ["Pune", "Moradabad"];
var cities = ["Pune", "Moradabad", "Dehradun"];

console.log("Tejas' Codes :)");

Expand Down Expand Up @@ -255,4 +255,4 @@ function updateAngle() {
document.documentElement.style.setProperty('--angle', randomAngle);
}

setInterval(updateAngle, 10000);
setInterval(updateAngle, 10000);

0 comments on commit 13bf8b1

Please sign in to comment.