mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00

This should allow the templates to be found and swapped out more easily. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
11 lines
195 B
HTML
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> |