diff options
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/views/error.html')
-rw-r--r-- | juick-spring-www/src/main/webapp/WEB-INF/templates/views/error.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/error.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/error.html deleted file mode 100644 index 9d763feb..00000000 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/error.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html> -<html xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" - layout:decorate="~{layout/mainLayout}"> -<head> - <title th:text="#{error.pageNotFound}">Page not found</title> -</head> -<body> -<section id="content"> - <article layout:fragment="content"> - <h1 th:text="#{error.pageNotFound}">Page not found</h1> - <p th:text="#{error.pageNotFound.description}">Probably, user deleted this post, or this page never existed.</p> - </article> -</section> -<p layout:fragment="column" th:replace="views/partial/homecolumn">Main side column</p> -</body> -</html>
\ No newline at end of file |