Cinnamon Photo of the Day
I have a cat named Cinnamon. She’s the best. Here’s a daily photo of her. (I’d recommend bookmarking this page…)
// Pick a photo of the day
var date = new Date()
var num = (date.getDay() * date.getYear() * date.getMonth()) % 119
var photo = "../assets/cinnamon/" + num + ".jpg"
document.getElementById("cinnaImage").src = photo;
Found a mistake or typo in this post?
Suggest edit
Have a comment? Let me know
This post helpful? Buy me a coffee!
Have a comment? Let me know
This post helpful? Buy me a coffee!