Customizable Skincare Routine Calendar

Customizable Skincare Routine Calendar

Customizable Skincare Routine Calendar

Day Morning Routine Night Routine
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday
`); win.document.close(); win.print(); } function emailRoutine() { const email = prompt("Enter your email address to receive the routine:"); if (email) { alert(`Your skincare routine will be sent to ${email}.`); // Here you would integrate an email API to actually send the email. } }