const link = document.createElement('a'); link.href = 'https://www.safecastle.com/'; link.textContent = 'Click here to visit SafeCastle'; document.body.appendChild(link);