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.

footer.component.html 301B

12345678910
  1. <!-- footer -->
  2. <footer class="footer">
  3. <div class="container">
  4. <div class="content has-text-centered">
  5. <p>
  6. Made by Christian Greif - greifch67520@th-nuernberg.de - <a href="https://www.th-nuernberg.de/">Technische Hochschule Nürnberg</a>
  7. </p>
  8. </div>
  9. </div>
  10. </footer>