<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>manorhousecambodia.com – Situs dalam Penyesuaian</title>
<style>
body {
background-color: #eef2f6;
font-family: 'Arial', sans-serif;
color: #1e293b;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
}
.content {
background: #ffffff;
padding: 2rem;
max-width: 600px;
border-radius: 18px;
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
text-align: center;
}
h1 {
font-size: 1.7rem;
margin-bottom: 1rem;
}
p {
font-size: 1rem;
line-height: 1.6;
color: #475569;
}
</style>
</head>
<body>
<div class="content">
<h1>manorhousecambodia.com</h1>
<p>Domain ini kini dikelola oleh pemilik baru dan dalam tahap penyesuaian.</p>
<p>Semua konten lama telah dihapus, dan situs ini akan segera diperbarui.</p>
<p>Terima kasih atas kesabaran Anda.</p>
</div>
</body>
</html>