servnest-mkosi/mkosi.skeleton/srv/servnest/errors/502.html

20 lines
496 B
HTML
Raw Normal View History

2022-04-20 00:29:47 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
2022-11-01 21:06:42 +01:00
<meta charset="utf-8">
2022-04-20 00:29:47 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bad gateway · HTTP 502</title>
</head>
<body>
<h1>Bad gateway</h1>
<p>
The backend server encountered an error and is unable to satisfy your request.
</p>
<ul>
<li>This error is probably temporary.</li>
<li>If it isn't, you can try to contact an administrator.</li>
</ul>
2022-11-01 21:06:42 +01:00
<small>HTTP <code>502</code></small>
2022-04-20 00:29:47 +02:00
</body>
</html>