17 lines
623 B
HTML
17 lines
623 B
HTML
<!-- Site Footer -->
|
|
<footer class="site-footer">
|
|
<div class="container">
|
|
<div class="footer-copyright">
|
|
© <?php echo date('Y'); ?> Bundesinstitut für Berufsbildung (BIBB)
|
|
</div>
|
|
<ul class="footer-links">
|
|
<li><a href="https://www.bibb.de/de/impressum_8945.php" target="_blank">Impressum</a></li>
|
|
<li><a href="https://www.bibb.de/de/datenschutzerklaerung_81271.php" target="_blank">Datenschutz</a></li>
|
|
<li><a href="https://www.bibb.de/de/kontakt_3922.php" target="_blank">Kontakt</a></li>
|
|
</ul>
|
|
</div>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|