<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Harbour Space Services</title>
    <style>
        body { font-family: Arial, sans-serif; max-width: 800px; margin: 50px auto; padding: 20px; }
        h1 { color: #333; }
        p { line-height: 1.6; }
    </style>
</head>
<body>
    <h1>Welcome to Harbour Space Infrastructure Services</h1>
    <p>This site is currently under maintenance. Please check back later.</p>
    <p>For urgent inquiries, contact your system administrator.</p>
</body>
</html>