您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

footer.html 325B

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>