ansible-config/roles/nginx/files/error-pages/502.html

11 lines
253 B
HTML
Raw Normal View History

2018-11-03 16:20:39 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>502 Bad Gateway</title>
<link rel="stylesheet" href="/_error-pages/style.css">
</head>
<body>
<img src="/_error-pages/bad_gateway.png" alt="Bad Gateway Sign" class="singleton">
</body>