nginx-install/nginxsnippets/errorpages/custom_502.html

19 lines
402 B
HTML
Raw Permalink Normal View History

2024-10-13 00:56:32 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>502 Bad Gateway</title>
<link rel="stylesheet" href="custom_error.css">
</head>
<body>
<div class="center">
<img src="custom_502.png" alt="502">
</div>
</body>
</html>