1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-20 12:00:46 +02:00
searxng/searx/templates/default/result_templates/images.html

7 lines
255 B
HTML
Raw Normal View History

2013-10-22 23:33:18 +02:00
<div class="image_result">
<p>
2014-11-11 18:59:26 +01:00
<a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title="{{ result.title }}"/></a>
2013-10-22 23:33:18 +02:00
<span class="url"><a href="{{ result.url }}" class="small_font">original context</a></span>
</p>
</div>