document.addEventListener("DOMContentLoaded", function() { // Check if .footer-bottom exists var targetElement = document.querySelector('.footer-middle div:nth-child(4)'); if (targetElement) { // Create a new div element var div = document.createElement('div'); div.className = 'made-in-ksa'; // Create the second image element var img2 = document.createElement('img'); img2.className = 'ksa-made-img'; img2.src = 'https://i.ibb.co/nRrk2MM/pngegg.png'; img2.style.width = '100%'; img2.style.marginTop = '10px'; // Append both images to the div div.appendChild(img2); // Append the div to the target element targetElement.appendChild(div); } else { console.warn("Target element '.footer-bottom' not found."); } }); let esm = "بصمة"; let link = "https://basmahagency.com"; document.addEventListener("DOMContentLoaded", function () { document.querySelector(".copyright-text p").innerHTML = ` صنع بإتقان في ${esm} | 2024 `; });