Files
VacatureRadar/templates/components/developer_credit.html
T
2026-07-26 05:03:53 +02:00

5 lines
211 B
HTML

{% load static %}<div class="developer-credit" aria-label="Ontwikkeld door ITWorx.tech">
<span>Ontwikkeld door</span>
<img src="{% static 'img/itworx-wordmark.png' %}" alt="" width="113" height="25">
</div>