15 lines
419 B
HTML
15 lines
419 B
HTML
[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>
|
|
|
|
<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>
|
|
|
|
{% framework extras %}
|
|
|
|
|