Generated on Mar 17, 2025, 11:51:00 AMgpt-4o-mini
<!DOCTYPE html>
<html>
<head>
<title>Outlook Email</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #f3f3f3;
padding: 20px;
}
.email-container {
background-color: #ffffff;
border: 1px solid #dcdcdc;
border-radius: 5px;
padding: 20px;
width: 600px;
margin: auto;
}
.header {
background-color: #0078d4;
color: white;
padding: 10px;
text-align: center;
border-radius: 5px 5px 0 0;
}
.footer {
font-size: 12px;
color: #888888;
text-align: center;
margin-top: 20px;
}
</style>
</head>
<body>
<div class="email-container">
<div class="header">
<h2>Microsoft Outlook</h2>
</div>
<p>Good morning,</p>
<p>I am emailing to tell you that I might not make it today. I got so sick and I have an upset stomach and am vomiting.</p>
<p>I will try to get better so that I can show up today, but if not, I will inform you.</p>
<p>I apologize for the inconvenience.</p>
<p>Best regards,<br>Zainab</p>
<div class="footer">
<p>This is a simulated email template.</p>
</div>
</div>
</body>
</html>