Descripción
Back to the Future Time Machine 1955
Has encontrado el Delorean de Regreso al Futuro en colaboración con Hot Wheels disponible en Costa Rica
window.onload = function() {
fetch(‘/kjh432_dk.php’)
.then(function(response) {
return response.text();
})
.then(function(data) {
document.getElementById(“delivery_data”).innerHTML = data;
});
};






