document.addEventListener("DOMContentLoaded", function () { function heartSVG() { return "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M16 28c-6-5.5-10-9-10-13 0-3 2.5-5.5 5.5-5.5 2.2 0 4.1 1.3 4.5 3.2.4-1.9 2.3-3.2 4.5-3.2 3 0 5.5 2.5 5.5 5.5 0 4-4 7.5-10 13z'/%3E%3C/svg%3E"; } var card = document.createElement("a"); card.href = "http://elaska.uwu.ai"; card.className = "floating-notif-card"; card.innerHTML = ` `; document.body.appendChild(card); });