
<!DOCTYPE html>
    <html>
        <head>
            <title>Readiy Bridge</title>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <style>
                body { font-family: Arial, sans-serif; text-align: center; padding: 50px; background: #f0f0f0; }
                .container { max-width: 600px; margin: 0 auto; background: white; padding: 40px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
                h1 { color: #333; margin-bottom: 20px; }
                .logo { font-size: 2em; color: #007bff; margin-bottom: 20px; }
                .description { color: #666; line-height: 1.6; margin-bottom: 30px; }
                .links { margin-top: 30px; }
                .links a { margin: 0 15px; color: #007bff; text-decoration: none; }
                .links a:hover { text-decoration: underline; }
            </style>
        </head>
        <body>
            <div class="container">
                <h1>Coming Soon</h1>
            </div>
        </body>
    </html>
                        