Umstellung auf Thymeleaf: Schritt 3 RELOADED - Thymleaf mit LayoutDialect
[website] / src / main / webapp / WEB-INF / templates / wip.jsp
diff --git a/src/main/webapp/WEB-INF/templates/wip.jsp b/src/main/webapp/WEB-INF/templates/wip.jsp
deleted file mode 100644 (file)
index 230a9f6..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<%@page contentType="text/html;charset=UTF-8"%>
-<%@page pageEncoding="UTF-8"%>
-<%@page session="false" %>
-<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
-<div class="wip">
-  <img class="w" src="/img/comming-soon.png" alt="Comming soon..."/>
-  <t:insertTemplate template="/WEB-INF/templates/maincontent.jsp"/>
-</div>