aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/resources/template_error.html
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/src/main/resources/template_error.html')
-rw-r--r--pdf-as-web/src/main/resources/template_error.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/resources/template_error.html b/pdf-as-web/src/main/resources/template_error.html
new file mode 100644
index 00000000..0371c568
--- /dev/null
+++ b/pdf-as-web/src/main/resources/template_error.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="de">
+<head>
+<title>Error Page</title>
+</head>
+<body>
+Error Page:
+<p>##ERROR_MESSAGE##</p>
+<p>##ERROR_STACK##</p>
+</body>
+</html>