mysteriendrama/templates/footer.html
2023-07-26 21:33:29 +02:00

7 lines
326 B
HTML

<footer class="dc-footer">
<div class="dc-container dc-center dc-padding dc-black dc-text-light-gray">
<a class="dc-button dc-light-gray dc-round-small" href="{% url 'impressum' %}"><b>Impressum</b></a>
<a class="dc-button dc-light-gray dc-round-small" href="{% url 'datenschutz' %}"><b>Datenschutz</b></a>
</div>
</footer>