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.html 318B

1234567891011
  1. <!-- Footer -->
  2. <footer>
  3. <hr>
  4. <div layout="column" layout-fill layout-align="top center">
  5. <div flex>
  6. <div class="col-lg-12">
  7. <p>{{ 'common.createdBy' | translate }} <a href="https://www.rthoni.com/">Robin Thoni</a></p>
  8. </div>
  9. </div>
  10. </div>
  11. </footer>