Regresar
<div id="pd1" style="font-size: 35px; text-align: center; color: #ffff; line-height : 25px; font-weight: 900;">

        <del style="font-size: 20px; font-weight: 200;">

        $50,00 USD</del><br>

        $24,99 USD<br>

    <font style="font-size:12px; font-weight: 200;">

        OFERTA DISPONIBLES HASTA HOY</font>

</div>



<script>

    var precio = 51.50;

    var descuento = 24.50;

    var pd1 = document.querySelector("#pd1");

    fetch("https://ipwhois.pro/json/?key=ebtZqvs4NCti5OxP")

  .then((response) => response.json())

  .then((data) =>(pd1.innerHTML='<del style="font-size: 20px; font-weight: 200;">'+ data.currency_symbol + new Intl.NumberFormat("en-US").format((data.currency_rates * precio).toFixed(0)) +' ' + data.currency_code +'</del><br>'+ data.currency_symbol + new Intl.NumberFormat("en-US").format((data.currency_rates * descuento).toFixed(0)) +' ' + data.currency_code +'<br><font style="font-size:12px; font-weight: 200;"><img src="'+ data.country_flag +'" width="17px"> Oferta en  ' + data.city + ',  ' + data.country + '</font>'));

</script>
$50,00 USD
$24,99 USD
OFERTA DISPONIBLES HASTA HOY