/home/shalekuihb/gaza/index.html
<!doctype html>
<html lang="it">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <title>Nondimenticaregaza – Full Page</title>
  <style>
    html, body {
      height: 100%;
      margin: 0;
      padding: 0;
      overflow: hidden; /* niente scrollbar della pagina: scorre l'iframe */
      background: #000; /* opzionale, evita flash di bianco su mobile */
    }
    /* Iframe a schermo intero, senza bordi */
    .fullpage-frame {
      position: fixed;
      inset: 0;                 /* top/right/bottom/left: 0 */
      width: 100vw;
      height: 100vh;
      border: 0;
      outline: 0;
      display: block;
    }
    /* Migliore gestione delle barre su mobile moderni */
    @supports (height: 100dvh) {
      .fullpage-frame { height: 100dvh; }
    }
  </style>
</head>
<body>

  <iframe
    class="fullpage-frame"
    src="https://www.shaleku.it/nondimenticaregaza/"
    title="Nondimenticaregaza">
  </iframe>

  <noscript>
    <p style="position:fixed;inset:auto 0 0 0;margin:0;padding:1rem;background:#fff;color:#000;text-align:center;">
      JavaScript è disabilitato. Vai a
      <a href="https://www.shaleku.it/nondimenticaregaza/">questa pagina</a>.
    </p>
  </noscript>

</body>
</html>