<!DOCTYPE html>
        <html>
        <head>
            <title>Bio-Well</title>
            <style>
                body { margin: 0; overflow: hidden; }
                iframe { 
                    width: 100vw; 
                    height: 100vh; 
                    border: none;
                }
            </style>
        </head>
        <body>
            <iframe src="https://bio-well.com" allow="fullscreen"></iframe>
        </body>
        </html>