mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-02-20 00:56:07 +08:00
7 lines
263 B
HTML
7 lines
263 B
HTML
<!-- Readability fullscreen - show extracted article HTML -->
|
|
<iframe class="full-page-iframe"
|
|
src="{{ output_path }}"
|
|
name="preview"
|
|
sandbox="allow-same-origin allow-top-navigation-by-user-activation allow-scripts allow-forms">
|
|
</iframe>
|