diff --git a/templates/exception.html.ep b/templates/exception.html.ep new file mode 100644 index 0000000000000000000000000000000000000000..e4daf9aed32a0ee4b81aae22e7bbd84e9254d6c3 --- /dev/null +++ b/templates/exception.html.ep @@ -0,0 +1,27 @@ +
+
+
+
+ 500 Internal Server Error +

Das hätte nicht passieren sollen.

+
+ +
+
+
+
+
+

Angaben für einen Bug-Report:

+

+ Timestamp: + %= DateTime->now(time_zone => 'Europe/Berlin')->strftime("%d/%b/%Y:%H:%M:%S %z") +

+ Message: + %= (split(qr{\n}, $exception->message))[0] +

+
+
diff --git a/templates/not_found.html.ep b/templates/not_found.html.ep new file mode 100644 index 0000000000000000000000000000000000000000..de0d53328dfadd5064a3ca1b3d733b20e6aa1bc6 --- /dev/null +++ b/templates/not_found.html.ep @@ -0,0 +1,10 @@ +
+
+
+
+ 404 Not Found +

Diese Seite gibt es hier nicht.

+
+
+
+