added bracket

This commit is contained in:
2025-01-06 10:08:05 +01:00
parent 1b3fead2b3
commit 51aad34c78

View File

@@ -57,4 +57,4 @@ document.addEventListener("DOMContentLoaded", function() {
// Update the image every 5 seconds // Update the image every 5 seconds
setInterval(updateImage, 200); setInterval(updateImage, 200);
}); }});