Files
papa-kind-treff.info/partials/structure/layout_end.php
Lars Gebhardt-Kusche e010a1466c
All checks were successful
Deploy / deploy (push) Successful in 45s
adasd
2026-07-17 01:35:10 +02:00

13 lines
383 B
PHP
Executable File

<footer class="site-footer">
<div class="container site-footer__inner">
<nav class="site-footer__links" aria-label="Footer">
<a href="/impressum">Impressum</a>
<a href="/ueber-uns">Über uns</a>
</nav>
<p class="site-footer__copy">© Copyright <?= date('Y') ?> - Lars Gebhardt-Kusche</p>
</div>
</footer>
<?php asset_scripts('footer'); ?>
</body>
</html>