card.html 463 B

123456789
  1. <!-- Favicon thumbnail - small favicon preview -->
  2. <div class="extractor-thumbnail favicon-thumbnail" style="width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; background: #fff;">
  3. {% if output_path %}
  4. <img src="{{ output_path }}"
  5. alt="Favicon"
  6. style="width: 30px; height: 30px; max-width: 30px; max-height: 30px; object-fit: contain;"
  7. loading="lazy">
  8. {% endif %}
  9. </div>