<html lang=“en”> <head> <meta charset=“UTF-8”> <meta name=“viewport”content=“width=device-width, initial-scale=1.0”> <title>Iframe Embed</title> <style> .iframe-container { width: 100%;height: 500px; border: 2px solid #ddd; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }iframe { width: 100%; height: 100%; border: none; } </style> </head> <body> <div class=“iframe-container”> <iframesrcdoc=‘ <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>Embedded Widget</title> <script src=”https://static.elfsight.com/platform/platform.js” async></script> </head> <body> <div class=”elfsight-app-c770df78-41bb-456d-8681-9ce14b70878c” data-elfsight-app-lazy></div> </body> </html>’> </iframe> </div> </body></html>

