layerindex-web/500.html
Paul Eggleton b3e5c460f8 Add simple 404 and 500 error templates
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-02-28 17:30:49 +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>