diff options
| author | Paul-Christian Volkmer | 2025-12-01 15:16:51 +0100 |
|---|---|---|
| committer | GitHub | 2025-12-01 15:16:51 +0100 |
| commit | eb6b26d33ec16d7880992268af5414b77abe521d (patch) | |
| tree | acd7d18bb1bf764104f6ef8e9a77eb0d2b80e8e2 /src/main/resources/templates/errors/404.html | |
| parent | b7613a4bdf9b25c956f8002cbf185c3b130b3111 (diff) | |
feat: add footer containing version number (#204)
Diffstat (limited to 'src/main/resources/templates/errors/404.html')
| -rw-r--r-- | src/main/resources/templates/errors/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/errors/404.html b/src/main/resources/templates/errors/404.html index 8900433..530d030 100644 --- a/src/main/resources/templates/errors/404.html +++ b/src/main/resources/templates/errors/404.html @@ -10,6 +10,6 @@ <main> <h1>Nichts gefunden</h1> </main> - + <footer th:replace="~{fragments.html :: footer}"></footer> </body> </html>
\ No newline at end of file |
