Dummy-Inhalt mit Hinweis für unfertige Seiten entwickelt
[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
new file mode 100644 (file)
index 0000000..230a9f6
--- /dev/null
@@ -0,0 +1,8 @@
+<%@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>