
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Westmount</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <style>
    body {
      background: #0f1216;
      color: #e6e6e6;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
      margin: 0;
    }
    .box {
      text-align: center;
      opacity: 0.85;
    }
    h1 {
      font-size: 1.4rem;
      margin-bottom: 0.4rem;
    }
    p {
      font-size: 0.95rem;
      opacity: 0.75;
    }
  </style>
</head>
<body>
  <div class="box">
    <h1>Nothing to see here</h1>
    <p>This address is used for internal services.</p>
  </div>
</body>
</html>