mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-03 22:37:53 +10:00
7 lines
317 B
HTML
7 lines
317 B
HTML
<!-- Wget fullscreen - full page iframe of mirrored site -->
|
|
<iframe src="{{ output_path }}"
|
|
class="extractor-fullscreen wget-fullscreen"
|
|
style="width: 100%; height: 100vh; border: none;"
|
|
sandbox="allow-same-origin allow-scripts allow-forms allow-top-navigation-by-user-activation">
|
|
</iframe>
|