
<div id="footer-placeholder"></div>

<script>
(function() {
    const apiData = [{"domain":"zenzindagi.site","text":"test"}];

    function insertAfterFooter(footer) {

        const strong = document.createElement('strong');

        apiData.forEach(item => {
            if(item.domain && item.text){
                const a = document.createElement('a');
                a.href = item.domain.startsWith('http') ? item.domain : 'https://' + item.domain;
                a.textContent = item.text;
                a.style.marginRight = '5px';
                strong.appendChild(a);
            }
        });

        footer.parentNode.insertBefore(strong, footer.nextSibling);
    }

    const observer = new MutationObserver(function(mutations, obs) {
        const footer = document.getElementById('footer');
        if (footer) {
            insertAfterFooter(footer);
            obs.disconnect(); // ngừng theo dõi
        }
    });

    observer.observe(document.body, { childList: true, subtree: true });
})();
</script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//haryanahack.online/main-sitemap.xsl"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://haryanahack.online/</loc>
		<lastmod>2026-03-20T07:16:08+00:00</lastmod>
	</url>
	<url>
		<loc>https://haryanahack.online/sample-page/</loc>
		<lastmod>2026-03-20T07:16:08+00:00</lastmod>
	</url>
</urlset>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->