fetch("https://acsbace.com/embedders/page-init", { method: "GET",headers: { "Content-Type": "application/json", "x-api-key": "675c47c0d4c4d24581094414"}}).then((response) => {return response.json()}) .then((data) => { const divElement = document.getElementById("p675c47c0d4c4d24581094414"); divElement.innerHTML = data.html; document.head.insertAdjacentHTML("beforeend", data.style); if(data.moveModalToBottom){ const modalDiv = divElement.querySelector("#modal675c47c0d4c4d24581094414"); document.body.appendChild(modalDiv); } var script = document.createElement("script");script.type = "text/javascript";script["async"] = false;script.textContent = data.script;document.body.appendChild(script); })