
            <html>
                <head>
                    <title>Redirecting...</title>
                </head>
                <body>
                    <script>
                        const path = location.pathname + location.search + location.hash;
                        location.href = "/oauth2/start?rd=" + encodeURIComponent(path);
                    </script>
                    <noscript>
                        <meta http-equiv="refresh" content="0;url=/oauth2/start?rd=/sitemap.xml">
                        <p>Redirecting to login... If you are not redirected, <a href="/oauth2/start?rd=/sitemap.xml">click here</a>.</p>
                    </noscript>
                </body>
            </html>