<!DOCTYPE html>
        <html>
        <head>
            <title>Application Scaling</title>
            <style>
                body {
                    font-family: Arial, sans-serif;
                    text-align: center;
                    padding-top: 50px;
                    background-color: #f0f0f0;
                }
                h2 {
                    color: #333;
                }
                p {
                    color: #666;
                }
            </style>
            <script>
                setTimeout(function() {
                    window.location.reload();
                }, 500);
            </script>
        </head>
        <body>
            <h2>La aplicación chatpdf.dh.atsdevlabs.com esta iniciándose.</h2>
            <p>Por favor espere, esta página se refresca automáticamente...</p>
        </body>
        </html>