Generated on Apr 14, 2025, 8:36:19 AMgpt-4o-mini
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
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;
}
.content {
margin: 20px 0;
}
.footer {
font-size: 12px;
color: #777;
text-align: center;
margin-top: 20px;
}
</style>
</head>
<body>
<div class="email-container">
<div class="header">
<h2>Outlook</h2>
</div>
<div class="content">
<p>Dear Ms. Bruynck,</p>
<p>Firstly, allow me to introduce myself. My name is Donovan, and I am the Cluster Resort Manager for Kinabalu Park, Poring Hot Springs and Laban Rata, overlooking the overall operations for the above mentioned destinations.</p>
<p>I would like to sincerely apologize for the unfortunate experience that Ms. Telia and Mr. Bradley had at Laban Rata on 23 to 24 July 2024. We deeply regret to hear about their illness and the discomfort during their stay.</p>
</div>
<div class="footer">
<p>© 2024 Kinabalu Park Resort</p>
</div>
</div>
</body>
</html>