2023-02-11 15:27:15 +01:00
|
|
|
<div th:fragment="footer">
|
2023-04-01 22:02:54 +02:00
|
|
|
<footer id="footer" class="text-center py-3">
|
|
|
|
<a href="https://github.com/Frooodle/Stirling-PDF" target="_blank" class="mx-1"><img src="images/github.svg"></img></a>
|
|
|
|
<a href="https://hub.docker.com/r/frooodle/s-pdf" target="_blank" class="mx-1"><img src="images/docker.svg"></img></a>
|
|
|
|
<a href="https://discord.gg/Cn8pWhQRxZ" target="_blank" class="mx-1"><img src="images/discord.svg"></img></a>
|
|
|
|
<div th:if="${@appName} != 'Stirling PDF'" class="mt-2" style="color: grey;">Powered by Stirling PDF</div>
|
|
|
|
</footer>
|
2023-01-28 11:00:32 +01:00
|
|
|
</div>
|