27 lines
695 B
HTML
27 lines
695 B
HTML
{% load static %}
|
|
<div class="centerade">
|
|
<div>
|
|
<a href="https://fediring.net/previous?host=yari.fai.st">
|
|
<img style="height: 30px;
|
|
width: auto"
|
|
src="{% static 'icons/last.png' %}"
|
|
alt="LAST" />
|
|
</a>
|
|
<a href="https://fediring.net/">
|
|
<img style="height: 30px;
|
|
width: auto"
|
|
src="{% static 'icons/fediring.png' %}"
|
|
alt="FEDIRING" />
|
|
</a>
|
|
<a href="https://fediring.net/next?host=yari.fai.st">
|
|
<img style="height: 30px;
|
|
width: auto"
|
|
src="{% static 'icons/next.png' %}"
|
|
alt="NEXT" />
|
|
</a>
|
|
</div>
|
|
<p>
|
|
Fediring links
|
|
</p>
|
|
</div>
|