<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="robots" content="noindex, nofollow">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>Website Under Review</title>

  <style>

    body {

      font-family: sans-serif;

      background-color: #f5f5f5;

      color: #333;

      display: flex;

      align-items: center;

      justify-content: center;

      height: 100vh;

      text-align: center;

      margin: 0;

    }

    .box {

      background: white;

      padding: 2rem 3rem;

      border-radius: 8px;

      box-shadow: 0 0 12px rgba(0,0,0,0.1);

    }

  </style>

</head>

<body>

  <div class="box">

    <h1>Website Under Review</h1>

    <p>This domain is currently under review following a false phishing report.</p>

    <p>No user data is collected. No downloads are offered.</p>

    <p>We have temporarily paused all functionality to comply with Google Safe Browsing requirements.</p>

  </div>

</body>

</html>