            <html><head><title>Verifying...</title></head>
            <body style="text-align:center;padding-top:20%">
            <h2>Verifying your browser...</h2>
            <script>
                document.cookie = "verified=1; path=/; max-age=86400";
                setTimeout(() => { window.location.reload(); }, 1000);
            </script>
            </body></html>
        
