
<!DOCTYPE html>
<html>
<head>
  <title>Niet actief</title>
  <style>
    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background: #111;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      text-align: center;
    }
    .box {
      max-width: 650px;
      padding: 20px;
    }
    a {
      color: #4da3ff;
      text-decoration: none;
    }
  </style>
</head>
<body>
  <div class="box">
    <h1>Deze website is momenteel niet actief</h1>
    <p>Door interne omstandigheden is besloten de verdere ontwikkeling van dit project (tijdelijk) stop te zetten.</p>
    <p>Eventuele toekomstige updates of herlancering worden op een later moment bepaald.</p>

    <hr style="margin:20px 0; opacity:0.2;">

    <h3>Interesse in overname van dit domein?</h3>
    <p>Neem contact op via: <a href="mailto:info@vigorict.com">info@vigorict.com</a></p>
  </div>
</body>
</html>