<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>

Comentários

Deixe um comentário

O seu endereço de e-mail não será publicado. Campos obrigatórios são marcados com *