Update script.js

This commit is contained in:
Voxel 2025-04-14 10:09:45 -04:00 committed by GitHub
parent e693ae810e
commit 685b6ea8c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,7 +85,7 @@ function setAlarm() {
}
status.textContent = "⏰ Time to do whatever you need to do";
document.title = "Milky the Milk Carton says:";
document.title = "my work here is done (unless you create another timer)";
}, totalMs);
}