<!DOCTYPE html>
<html lang="pt-br">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Redirecionamento Automático</title>
    <script>
        // Redireciona imediatamente
        window.location.href = "https://tdn.totvs.com/display/MIN/Mingle";
    </script>
</head>
<body>
    <h1>Você será redirecionado...</h1>
</body>
</html>