
<!DOCTYPE html>
<html lang="nl">
<head>
  <meta charset="utf-8">
  <title>Florido Home</title>
  <style>
    body {
      background: #0f172a;
      color: #e5e7eb;
      font-family: system-ui, sans-serif;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
      margin: 0;
    }
    .box {
      text-align: center;
      max-width: 420px;
    }
    h1 {
      font-size: 2rem;
      margin-bottom: 0.5rem;
    }
    p {
      opacity: 0.8;
    }
  </style>
</head>
<body>
  <div class="box">
    <h1>🏡 Florido Home</h1>
    <p>Privé infrastructuur.<br>Geen openbare toegang.</p>
  </div>
</body>
</html>