commit e7282fa59cc4aeabcd9ec31f83ffe02692fb119f parent 8d16ef5cf108823d7bf4d1577535fda9eff521f7 Author: WimDupont <WimDupont@users.noreply.gitlab.com> Date: Mon, 6 Sep 2021 12:08:11 +0200 Added the way of kings image to homepage Diffstat:
A | src/main/resources/static/images/TheWayOfKings.png | | | 0 | |
M | src/main/resources/templates/home.html | | | 1 | + |
2 files changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/main/resources/static/images/TheWayOfKings.png b/src/main/resources/static/images/TheWayOfKings.png Binary files differ. diff --git a/src/main/resources/templates/home.html b/src/main/resources/templates/home.html @@ -14,6 +14,7 @@ <div th:if="${affirmation != null}"> <p class="subheader" th:text="${affirmation.affirmation}"/> </div> + <img title="The Way Of Kings" src="/images/TheWayOfKings.png" width="960"> </div> </body> </html>