| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Document</title> |
| |
| |
| |
|
|
| |
|
|
| |
| </head> |
| <body> |
| |
| <style type="text/css"> |
| html, body{ |
| width:100%; |
| height:100%; |
| overflow:hidden; |
| margin:0px; |
| } |
| </style> |
| <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script> |
| <script type="text/javascript"> |
| function autoResize(iframe) { |
| $(iframe).height($(iframe).contents().find('html').height()); |
| } |
| </script> |
|
|
|
|
| <iframe src="https://hf.space/embed/arkiitkgp/faqgen/+" allow="camera; microphone" width="100%" height="100%" marginheight="0" frameborder="0" border="0" scrolling="auto" onload="autoResize(this);"></iframe> |
| |
| <br> |
| <br> |
| <br> |
| <p> <br> </p> |
| <footer> |
| © <em id="date"></em>ARK Tech |
| </footer> |
| |
| </body> |
| </html> |