You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport"
  6. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
  7. <title>RAGFLOW</title>
  8. <link rel="stylesheet" href="styles/popup.css" />
  9. </head>
  10. <body id="ragflow">
  11. <div class="window">
  12. <textarea id="getHtml"></textarea>
  13. <iframe src="" style="width: 100%; height: 100%; min-height: 600px" frameborder="0"></iframe>
  14. </div>
  15. <script src="popup.js"></script>
  16. </body>
  17. </html>