You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
728 B

<footer class="footer mt-auto text-center text-lg-start text-white" style="background-color: #45526e">
<div class="container p-4 pb-0">
<section>
<div class="row d-flex">
<div class="col-auto">
<p>
<a href="/imprint" class="text-white">Imprint</a>
</p>
</div>
</div>
</section>
</div>
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2022
<a class="text-white" href="https://ahoydtu.de">AhoyDTU.de</a>
</div>
</footer>
{{ $js := "js/bootstrap.bundle.min.js" | relURL }}
<script type="text/javascript" src="{{ $js }}"></script>