


<script>
/**
 * JS Fonksiyonları
 */

// Seçilen elemente belirlenen class'ı ekler
function addClassToElement(selector, className) {
	const element = document.querySelector(selector);
	if (element && className) {
		element.className += ' ' + className;
	}
}
</script><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://portal351.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://portal351.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://portal351.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://portal351.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://portal351.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
