Add files via upload

This commit is contained in:
Anthony Stirling
2023-01-27 18:23:40 +00:00
committed by GitHub
parent d70aec5daa
commit b078905889
32 changed files with 1575 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<div th:fragment="footer">
<link rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.6.1/css/all.css">
<footer id="footer" class="text-center py-3">
<a href="https://github.com/Frooodle" target="_blank" class="mx-1">
<i class="fab fa-github fa-2x"></i>
</a> <a href="https://hub.docker.com/u/frooodle" target="_blank"
class="mx-1"> <i class="fab fa-docker fa-2x"></i>
</a>
</footer>
</div>