aboutsummaryrefslogtreecommitdiffstats
path: root/templates/500.html
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-06 15:58:01 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-06 16:55:23 +0000
commit93be8b11720c184092d1b270816ff00e6e698a8c (patch)
treeb2aedaea6faef293214cf010bffdefaf7494f3e5 /templates/500.html
parent5308e03c9e090591ca14c66daa0d959dc9993bd8 (diff)
downloadopenembedded-core-contrib-93be8b11720c184092d1b270816ff00e6e698a8c.tar.gz
Move all templates to a templates directory
This should allow the templates to be found and swapped out more easily. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'templates/500.html')
-rw-r--r--templates/500.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/500.html b/templates/500.html
new file mode 100644
index 0000000000..0f2f44818a
--- /dev/null
+++ b/templates/500.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+<title>Internal server error</title>
+</head>
+
+<body>
+<h1>Internal server error</h1>
+
+<p>Something went wrong. The error has been logged, please check back later.</p>
+</body>
+</html> \ No newline at end of file