<html>
            <head>
                <script>
                    setTimeout(function() {
                        window.location.href = "https://seafile.saboit.de";
                    }, 3000);
                </script>
            </head>
            <body>
                <h1>Redirect to new domain SABOIT.DE in 3s ...</h1>
            </body>
        </html>