5 lines
211 B
HTML
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>
|