
            <!DOCTYPE html>
            <html>
                <head>
                    <script>
                        var host = window.location.host;
                        var path = window.location.pathname + window.location.hash;
                        window.location.href = "https://" + host + path;
                    </script>
                </head>
                <body>
                    <p>Redirecting to HTTPS...</p>
                </body>
            </html>
        