Skip to content

Commit

Permalink
Merge pull request #1 from tanishkasaxena/main
Browse files Browse the repository at this point in the history
added dehradun
  • Loading branch information
multiverseweb authored Sep 6, 2024
2 parents 27be277 + 13bf8b1 commit 4424d73
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 4424d73

Please sign in to comment.