layerindex-web/templates/500.html
Paul Eggleton 93be8b1172 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>
2013-03-06 16:55:23 +00:00

11 lines
195 B
HTML

<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>