/* Add custom Js styles below */ document.addEventListener("DOMContentLoaded", function () { const copyrightText = document.querySelector( 'p.text-gray-400' ); if (copyrightText) { const tayef = document.createElement("p"); tayef.className = "text-gray-400 text-sm opacity-75 lg:text-center px-4 block"; tayef.innerHTML = ` صنع بإتقان عبر مؤسسة طيف `; copyrightText.parentElement.appendChild(tayef); } });