side_footer.php 748 B

12345678910111213141516171819202122232425262728
  1. <footer class="side_widgets_footer side_widget">
  2. <ul>
  3. <li>
  4. Halcyon for <a href="https://github.com/tootsuite/mastodon">Mastodon</a> and <a href="https://git.pleroma.social/pleroma/pleroma">Pleroma</a>
  5. </li>
  6. <li>
  7. <a class="footer_widget_about">About</a>
  8. </li>
  9. <li>
  10. <a class="footer_widget_terms">Terms</a>
  11. </li>
  12. <li>
  13. <a href="https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/Apps.md">Apps</a>
  14. </li>
  15. <li>
  16. <a href="https://notabug.org/halcyon-suite/halcyon">Source code</a>
  17. </li>
  18. <li>
  19. <a href="http://instances.social">Other instances</a>
  20. </li>
  21. <li>
  22. Version <?php echo file_get_contents("version.txt") ?>
  23. </li>
  24. </ul>
  25. </footer>
  26. <img style="display:block;margin:16px auto;width: 30%;opacity: .3;" src="/assets/images/halcyon.png">