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

footer.html 328B

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>Copyright &copy; <a href="https://www.rthoni.com/">Robin Thoni</a> <span date-now="yyyy"></span></p>
  8. </div>
  9. </div>
  10. </div>
  11. </footer>