<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon</title>
<style>
body { text-align: center; font-family: Arial, sans-serif; margin: 10% auto; }
h1 { color: #333; }
</style>
</head>
<body>
<h1>Coming Soon</h1>
<p>Our website is under construction. Stay tuned!</p>
</body>
</html>