<!DOCTYPE html>
<html>
<head>
<title>Site Maintenance</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 50px;
background: #f5f5f5;
}
h1 { color: #333; }
p { color: #666; }
</style>
</head>
<body>
<h1>We're Improving Our Website</h1>
<p>We're currently making updates to enhance your experience. Please check back soon!</p>
<p>Thank you for your patience.</p>
</body>
</html>