2017-12-01 13:17:39 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
2018-02-05 03:54:55 +00:00
|
|
|
<head>
|
|
|
|
<!-- Web crawler and search indexing meta -->
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
|
|
<meta name="author" content="enpaul@enpaul.net"/>
|
|
|
|
<meta name="robots" content="noindex,nofollow"/>
|
|
|
|
|
|
|
|
<!-- Page title and favicon definition -->
|
|
|
|
<title>ERROR 502</title>
|
|
|
|
<link rel="shortcut icon" href="img/e-b.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="img/e-b.png">
|
|
|
|
<link rel="icon" type="image/png" href="img/e-b.png" sizes="32x32">
|
|
|
|
<link rel="icon" type="image/png" href="img/e-b.png" sizes="16x16">
|
|
|
|
|
|
|
|
<!-- CSS references -->
|
|
|
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<link href="css/font-awesome.min.css" rel="stylesheet">
|
|
|
|
<link href="css/style.css" rel="stylesheet">
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<section id="top">
|
|
|
|
<div class="top-container">
|
|
|
|
<div class="wow fadeIn">
|
|
|
|
|
|
|
|
<h1>HTTP 502: Bad Gateway</h1>
|
|
|
|
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
|
|
|
|
<h2>Server recieved an invalid response from upstream server while acting as a gateway or proxy.</h2>
|
|
|
|
<div class="actions">
|
|
|
|
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i> Home</a>
|
|
|
|
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i> Back</a>
|
|
|
|
<br>
|
|
|
|
<a href="https://httpstatuses.com/502" target="_blank" class="btn-header"><i class="fa fa-info-circle"></i> Details</a>
|
2017-12-01 13:17:39 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-02-05 03:54:55 +00:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<footer id="footer">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-12">
|
|
|
|
<div class="copyright">
|
|
|
|
©2018 <strong>Ethan N. Paul</strong>. All Rights Reserved
|
|
|
|
</div>
|
|
|
|
<div class="copyright">
|
|
|
|
<a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome"><strong><i class="fa fa-gitlab fa-lg"></i> </strong></a><a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/commits/master"><img alt="pipeline status" src="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/badges/master/pipeline.svg" /></a>
|
2017-12-01 13:17:39 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-02-05 03:54:55 +00:00
|
|
|
</div>
|
|
|
|
</footer>
|
2017-12-01 13:17:39 +00:00
|
|
|
|
2018-02-05 03:54:55 +00:00
|
|
|
</body>
|
2017-12-01 13:17:39 +00:00
|
|
|
|
|
|
|
</html>
|