commit 83d48815695df266c78b7a18db1f910c295939d9 parent 40aa2630e414f2056de07ac025e73ba375ef4124 Author: WimDupont <WimDupont@users.noreply.gitlab.com> Date: Sat, 16 Oct 2021 17:15:45 +0200 WoK animated Former-commit-id: 7b3ca6af2f68b29ba98db44f4c45ede50564d998 Diffstat:
A | src/main/resources/static/images/WoK-wallpaper-animated.mp4.REMOVED.git-id | | | 2 | ++ |
M | src/main/resources/templates/home.html | | | 5 | ++++- |
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/main/resources/static/images/WoK-wallpaper-animated.mp4.REMOVED.git-id b/src/main/resources/static/images/WoK-wallpaper-animated.mp4.REMOVED.git-id @@ -0,0 +1 @@ +f7ab977b1adaabb1e1a0f1c1447eff4d7b2db7a7 +\ No newline at end of file diff --git a/src/main/resources/templates/home.html b/src/main/resources/templates/home.html @@ -14,7 +14,10 @@ <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"> + <video width="960" autoplay loop> + <source src="/images/WoK-wallpaper-animated.mp4" type="video/mp4"> + <img title="The Way Of Kings" src="/images/TheWayOfKings.png" width="960"> + </video> </div> </body> </html>