Projekt in ein JavaScript Frontend-Projekt umgewandelt
[website] / src / main / webapp / thymeleaf / 404.html
diff --git a/src/main/webapp/thymeleaf/404.html b/src/main/webapp/thymeleaf/404.html
deleted file mode 100644 (file)
index 6c22532..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:tiles="http://www.thymeleaf.org">
-  <head>
-    <title tiles:fragment="title">404: Page not found</title>
-  </head>
-  <body>
-    <div tiles:fragment="content">
-      <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>
-    </div>
-  </body>
-</html>