summaryrefslogtreecommitdiffstats
path: root/test-data/web/generic/error.html.example
diff options
context:
space:
mode:
Diffstat (limited to 'test-data/web/generic/error.html.example')
-rw-r--r--test-data/web/generic/error.html.example12
1 files changed, 12 insertions, 0 deletions
diff --git a/test-data/web/generic/error.html.example b/test-data/web/generic/error.html.example
new file mode 100644
index 0000000..9c7162a
--- /dev/null
+++ b/test-data/web/generic/error.html.example
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8" />
+ <title>%(title)s</title>
+ <link rel="stylesheet" href="/default.css" />
+ </head>
+ <body class="error">
+ <h1>Error</h1>
+ <p>%(error)s</p>
+ </body>
+</html> \ No newline at end of file