footer.php 446 B

12345678910111213
  1. </div>
  2. </main>
  3. <footer>
  4. <div class="container">
  5. <p>Freiwillige Feuerwehr Freising e.V.</p>
  6. <nav class="footer-links" aria-label="Rechtliche Hinweise">
  7. <a href="https://www.feuerwehr-freising.de/impressum">Impressum</a>
  8. <a href="https://www.feuerwehr-freising.de/datenschutz/">Datenschutzerklärung</a>
  9. </nav>
  10. </div>
  11. </footer>
  12. </body>
  13. </html>