mysteriendrama/templates/footer.html

7 lines
326 B
HTML
Raw Normal View History

<footer class="dc-footer">
2023-07-26 21:33:29 +02:00
<div class="dc-container dc-center dc-padding dc-black dc-text-light-gray">
2023-07-22 12:04:19 +02:00
<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>