Files
ArchiveBox/archivebox/plugins/singlefile/templates/embed.html
Nick Sweeting d95f0dc186 remove huey
2025-12-24 23:40:18 -08:00

7 lines
287 B
HTML

<!-- Singlefile embed - full iframe of archived HTML -->
<iframe src="{{ output_path }}"
class="extractor-embed singlefile-embed"
style="width: 100%; height: 100%; min-height: 500px; border: none;"
sandbox="allow-same-origin allow-scripts allow-forms">
</iframe>