Stirling-PDF/src/main/resources/templates/fragments/footer.html

6 lines
341 B
HTML
Raw Normal View History

2023-01-27 18:23:40 +00:00
<div th:fragment="footer">
<footer id="footer" class="text-center py-3">
2023-02-07 23:14:03 +03:00
<a href="https://github.com/Frooodle/Stirling-PDF" target="_blank" class="mx-1"> <i class="fab fa-github fa-2x"></i></a>
<a href="https://hub.docker.com/r/frooodle/s-pdf" target="_blank" class="mx-1"> <i class="fab fa-docker fa-2x"></i></a>
2023-01-27 18:23:40 +00:00
</footer>
2023-01-28 10:00:32 +00:00
</div>