Skip to content
Snippets Groups Projects

Attempt at fixing page layout

2 files
+ 0
10
Compare changes
  • Side-by-side
  • Inline

Files

@@ -17,14 +17,9 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/-->
<html lang="en" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
<body>
<footer class="footer">
<div class="footer_content">
<a class="text-button" th:href="@{/privacy}" th:text="#{general.privacy_statement}"></a>
</div>
</footer>
</body>
</html>
Loading