website/layout/templates/no_screenshot.html

7 lines
310 B
HTML
Raw Normal View History

2023-07-17 15:01:11 +00:00
<div class="flex justify-center md:w-48 md:h-48 w-24 h-24 rounded-lg clickable bg-indigo-950">
<a class="prose text-white text-5xl" href="https://{{ item.source_url }}">
<div class="md:w-48 md:h-48 w-24 h-24 flex flex-col justify-center">
<span class="text-center">#</span>
2022-05-12 13:29:25 +00:00
</div>
</a>
2023-07-17 15:01:11 +00:00
</div>