<!DOCTYPE html>
<html>
<head>
    <title>Website Under Maintenance</title>
    <style>
        body { text-align: center; font-family: Arial; background: #111; color: #fff; padding: 100px; }
        h1 { font-size: 48px; }
    </style>
</head>
<body>
    <h1>We're Under Maintenance</h1>
    <p>Please check back later.</p>
</body>
</html>