Projekt in ein JavaScript Frontend-Projekt umgewandelt
[website] / src / main / webapp / WEB-INF / 404.jsp
diff --git a/src/main/webapp/WEB-INF/404.jsp b/src/main/webapp/WEB-INF/404.jsp
deleted file mode 100644 (file)
index 38e4ebb..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<%@page contentType="text/html;charset=UTF-8"%>
-<%@page pageEncoding="UTF-8"%>
-<%@page session="false" %>
-<%@page isErrorPage="true" %>
-<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
-<t:insertDefinition name="NOMENU">
-  <t:putAttribute name="contentclass" value="nomenu withbackground" type="string"/>
-  <t:putAttribute name="title" value="404: Page not found" type="string" cascade="true"/>
-  <t:putAttribute name="breadcrumb">
-    <li class="b"><a class="b" href="${base}index.html">Home</a></li>
-    <li class="b"><strong class="b">???</strong></li>
-  </t:putAttribute>
-  <t:putAttribute name="maincontent" type="string" cascade="true">
-    <span class="background sehrhell" id="bs1">?</span>
-    <span class="background heller" id="bs2">?</span>
-    <span class="background sehrhell" id="bs3">?</span>
-    <span class="background heller" id="bs4">?</span>
-    <span class="background sehrhell" id="bs5">?</span>
-    <span class="background sehrhell" id="bs6">?</span>
-    <span class="background heller" id="bs7">?</span>
-    <span class="background heller" id="bs8">?</span>
-    <span class="background heller" id="bs9">?</span>
-    <p>We do not know, where you are.</p>
-    <p>And we do not know, why you are here.</p>
-    <p>But we can tell you: WE ARE SORRY!</p>
-    <p>Really.</p>
-  </t:putAttribute>
-  <t:putAttribute name="marginalcontent" type="string" value=""/>
-</t:insertDefinition>