mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-03 22:37:53 +10:00
7 lines
277 B
HTML
7 lines
277 B
HTML
<!-- DOM embed - full iframe of captured DOM HTML -->
|
|
<iframe src="{{ output_path }}"
|
|
class="extractor-embed dom-embed"
|
|
style="width: 100%; height: 100%; min-height: 500px; border: none;"
|
|
sandbox="allow-same-origin allow-scripts allow-forms">
|
|
</iframe>
|