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

7 lines
269 B
HTML

<!-- Git embed - directory listing of cloned repo -->
<iframe src="{{ output_path }}"
class="extractor-embed git-embed"
style="width: 100%; height: 100%; min-height: 400px; border: none; background: #fff;"
sandbox="allow-same-origin">
</iframe>