wn-discoteam-theme/partials/shared/footer.htm

15 lines
419 B
HTML
Raw Normal View History

2024-02-12 21:44:41 +01:00
[viewBag]
==
{# Your footer goes here #}
{% scripts %}
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
2024-02-17 11:57:32 +01:00
<div class="bg-neutral-800 py-3 px-6 flex justify-center space-x-6 text-white">
<a href="/impressum">Impressum</a>
<a href="/datenschutzerklaerung">Datenschutzerklaerung</a>
</div>
2024-02-12 21:44:41 +01:00
{% framework extras %}