Browse Source

Add footerpart HTML fragment

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.3-alpha
Pekka Helenius 4 years ago
parent
commit
e160bbeeec
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      bookstore/src/main/resources/templates/fragments/footerpart.html

+ 17
- 0
bookstore/src/main/resources/templates/fragments/footerpart.html View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org"
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity5">
<th:block th:fragment="footerpart">
<footer style="margin-top: 350px;" th:include="https://fjordtek.com/ :: footer">
</footer>
<link rel="stylesheet" type="text/css" href="https://fjordtek.com/css/style.css">
<link rel="stylesheet" type="text/css" href="https://fjordtek.com/css/style2.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css">
<link rel="stylesheet" type="text/css" href="https://fjordtek.com/css/footer-and-social.css?v2.9.3">
</th:block>
</html>

Loading…
Cancel
Save