
        <!DOCTYPE html>
        <html>
            <head>
                <title>Aerovent.bg</title>
                <style>
                    body { font-family: sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background: #111; color: white; }
                    h1 { border-right: 2px solid white; padding-right: 20px; margin-right: 20px; }
                </style>
            </head>
            <body>
                <h1>Aerovent</h1>
                <p>Coming Soon</p>
            </body>
        </html>