This commit is contained in:
Luke Ogburn
2020-06-26 20:43:49 -04:00
commit 9fca72acbc
18 changed files with 509 additions and 0 deletions

20
502.shtml Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/ie_8.css" />
<![endif]-->
</head>
<body>
<div id="block_error">
<div>
<h2>Error 502. Bad Gateway</h2>
<p>The web server is temporary overloaded and cant process your request. Please accept our apologies for the inconveniences this might cause to you.</p>
<p>Please try to access the site later.</p>
</div>
</div>
</body>
</html>