<!DOCTYPE html>
<html lang=”pt-BR”>
<head>
<meta charset=”utf-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<style>
body {
margin: 0;
height: 100vh;
}
#paymentIframe {
width: 100%;
height: 100vh;
border: none;
}
</style>
</head>
<body>
<iframe id=”paymentIframe” src=”https://app.acordocerto.com.br/”></iframe>
</body>
</html>