diff options
Diffstat (limited to 'src/main/resources/templates/userInfo.html')
-rw-r--r-- | src/main/resources/templates/userInfo.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/main/resources/templates/userInfo.html b/src/main/resources/templates/userInfo.html deleted file mode 100644 index 1446fe2..0000000 --- a/src/main/resources/templates/userInfo.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<html xmlns:th="http://www.thymeleaf.org"> -<head th:include="layout :: headerFragment"> -</head> -<body> - <div id="container"> - <h1> - Hello, <span th:text="${username}">--name--</span>. - </h1> - <h3> - Your Date of Birth as per our records is <span th:text="${dob}" />. - </h3> - </div> -</body> -</html> |