Implemented all error pages, fixed missing fonts on error pages
This commit is contained in:
parent
66c5215531
commit
a0fa0dbf66
125
_error/401.html
125
_error/401.html
@ -1,64 +1,61 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<!-- Web crawler and search indexing meta -->
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<meta name="author" content="enpaul@enpaul.net"/>
|
<meta name="author" content="enpaul@enpaul.net"/>
|
||||||
<meta name="robots" content="nofollow"/>
|
<meta name="robots" content="noindex,nofollow"/>
|
||||||
|
|
||||||
<title>Error 401</title>
|
<!-- Page title and favicon definition -->
|
||||||
|
<title>ERROR 401</title>
|
||||||
<link rel="shortcut icon" href="../img/e-b.png">
|
<link rel="shortcut icon" href="img/e-b.png">
|
||||||
<link href="../css/bootstrap.css" rel="stylesheet">
|
<link rel="apple-touch-icon" sizes="180x180" href="img/e-b.png">
|
||||||
<link href="../css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
<link rel="icon" type="image/png" href="img/e-b.png" sizes="32x32">
|
||||||
<link href="../css/style.css" rel="stylesheet">
|
<link rel="icon" type="image/png" href="img/e-b.png" sizes="16x16">
|
||||||
|
|
||||||
<script src="../js/jquery.js"></script>
|
<!-- CSS references -->
|
||||||
<script src="../js/bootstrap.min.js"></script>
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
<link href="css/font-awesome.min.css" rel="stylesheet">
|
||||||
</head>
|
<link href="css/style.css" rel="stylesheet">
|
||||||
|
|
||||||
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
|
</head>
|
||||||
|
|
||||||
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
|
<body>
|
||||||
<div class="container">
|
<section id="top">
|
||||||
<div class="navbar-header">
|
<div class="top-container">
|
||||||
<a class="navbar-brand page-scroll" href="#page-top"><span class="light"><img src="../img/e-w.png" width="32"></span></a>
|
<div class="wow fadeIn">
|
||||||
</div>
|
|
||||||
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
|
<h1>HTTP 401: Unauthorized</h1>
|
||||||
<ul class="nav navbar-nav">
|
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
|
||||||
<li class="hidden"><a href="#page-top"></a></li>
|
<h2>Insufficient permissions to access the requested resource.</h2>
|
||||||
<li><a class="page-scroll" href="/">Home</a></li>
|
<div class="actions">
|
||||||
<!--<li><a class="page-scroll" href="#projects">Projects</a></li>-->
|
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i> Home</a>
|
||||||
<li><a class="page-scroll" href="/services/">Services</a></li>
|
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i> Back</a>
|
||||||
<!--<li><a class="page-scroll" href="#network">Network</a></li>-->
|
<br>
|
||||||
<li><a class="page-scroll" href="/#about">About</a></li>
|
<a href="https://httpstatuses.com/401" target="_blank" class="btn-header"><i class="fa fa-info-circle"></i> Details</a>
|
||||||
</ul>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</section>
|
||||||
|
|
||||||
<header class="intro">
|
<footer id="footer">
|
||||||
<div class="intro-body">
|
<div class="container">
|
||||||
<div class="container">
|
<div class="row">
|
||||||
<div class="row">
|
<div class="col-md-12">
|
||||||
<div class="col-md-8 col-md-offset-2">
|
<div class="copyright">
|
||||||
<h1>Error 401: Unauthorized</h1>
|
©2018 <strong>Ethan N. Paul</strong>. All Rights Reserved
|
||||||
<p>You do not have sufficient permissions to access the requested resource. If you believe this to be in error, please <a href="mailto:admin@enpaul.net">contact an administrator</a>.</p>
|
</div>
|
||||||
</div>
|
<div class="copyright">
|
||||||
</div>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</div>
|
||||||
|
</div>
|
||||||
<footer>
|
</footer>
|
||||||
<div class="container text-center">
|
|
||||||
<p style="color: #606060;"><i>©2017 E.N.Paul</i></p>
|
</body>
|
||||||
</div>
|
|
||||||
</footer>
|
</html>
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
@ -1,64 +1,61 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<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"/>
|
||||||
|
|
||||||
<meta charset="utf-8"/>
|
<!-- Page title and favicon definition -->
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
<title>ERROR 403</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<link rel="shortcut icon" href="img/e-b.png">
|
||||||
<meta name="author" content="enpaul@enpaul.net"/>
|
<link rel="apple-touch-icon" sizes="180x180" href="img/e-b.png">
|
||||||
<meta name="robots" content="nofollow"/>
|
<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">
|
||||||
|
|
||||||
<title>Error 403</title>
|
<!-- 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">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../img/e-b.png">
|
</head>
|
||||||
<link href="../css/bootstrap.css" rel="stylesheet">
|
|
||||||
<link href="../css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
|
||||||
<link href="../css/style.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<script src="../js/jquery.js"></script>
|
<body>
|
||||||
<script src="../js/bootstrap.min.js"></script>
|
<section id="top">
|
||||||
|
<div class="top-container">
|
||||||
|
<div class="wow fadeIn">
|
||||||
|
|
||||||
</head>
|
<h1>HTTP 403: Forbidden</h1>
|
||||||
|
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
|
||||||
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
|
<h2>Insufficient permissions to access the requested resource.</h2>
|
||||||
|
<div class="actions">
|
||||||
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
|
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i> Home</a>
|
||||||
<div class="container">
|
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i> Back</a>
|
||||||
<div class="navbar-header">
|
<br>
|
||||||
<a class="navbar-brand page-scroll" href="#page-top"><span class="light"><img src="../img/e-w.png" width="32"></span></a>
|
<a href="https://httpstatuses.com/403" target="_blank" class="btn-header"><i class="fa fa-info-circle"></i> Details</a>
|
||||||
</div>
|
|
||||||
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
|
|
||||||
<ul class="nav navbar-nav">
|
|
||||||
<li class="hidden"><a href="#page-top"></a></li>
|
|
||||||
<li><a class="page-scroll" href="/">Home</a></li>
|
|
||||||
<!--<li><a class="page-scroll" href="#projects">Projects</a></li>-->
|
|
||||||
<li><a class="page-scroll" href="/services/">Services</a></li>
|
|
||||||
<!--<li><a class="page-scroll" href="#network">Network</a></li>-->
|
|
||||||
<li><a class="page-scroll" href="/#about">About</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<header class="intro">
|
<footer id="footer">
|
||||||
<div class="intro-body">
|
<div class="container">
|
||||||
<div class="container">
|
<div class="row">
|
||||||
<div class="row">
|
<div class="col-md-12">
|
||||||
<div class="col-md-8 col-md-offset-2">
|
<div class="copyright">
|
||||||
<h1>Error 403: Forbidden</h1>
|
©2018 <strong>Ethan N. Paul</strong>. All Rights Reserved
|
||||||
<p>You do not have sufficient permissions to access the requested resource. If you believe this to be in error, please <a href="mailto:admin@enpaul.net">contact an administrator</a>.</p>
|
</div>
|
||||||
</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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<footer>
|
</body>
|
||||||
<div class="container text-center">
|
|
||||||
<p style="color: #606060;"><i>©2017 E.N.Paul</i></p>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,64 +1,61 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<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"/>
|
||||||
|
|
||||||
<meta charset="utf-8"/>
|
<!-- Page title and favicon definition -->
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
<title>ERROR 404</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<link rel="shortcut icon" href="img/e-b.png">
|
||||||
<meta name="author" content="enpaul@enpaul.net"/>
|
<link rel="apple-touch-icon" sizes="180x180" href="img/e-b.png">
|
||||||
<meta name="robots" content="nofollow"/>
|
<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">
|
||||||
|
|
||||||
<title>Error 404</title>
|
<!-- 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">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../img/e-b.png">
|
</head>
|
||||||
<link href="../css/bootstrap.css" rel="stylesheet">
|
|
||||||
<link href="../css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
|
||||||
<link href="../css/style.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<script src="../js/jquery.js"></script>
|
<body>
|
||||||
<script src="../js/bootstrap.min.js"></script>
|
<section id="top">
|
||||||
|
<div class="top-container">
|
||||||
|
<div class="wow fadeIn">
|
||||||
|
|
||||||
</head>
|
<h1>HTTP 404: Not Found</h1>
|
||||||
|
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
|
||||||
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
|
<h2>Requested resource could not be found on this server.</h2>
|
||||||
|
<div class="actions">
|
||||||
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
|
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i> Home</a>
|
||||||
<div class="container">
|
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i> Back</a>
|
||||||
<div class="navbar-header">
|
<br>
|
||||||
<a class="navbar-brand page-scroll" href="#page-top"><span class="light"><img src="../img/e-w.png" width="32"></span></a>
|
<a href="https://httpstatuses.com/404" target="_blank" class="btn-header"><i class="fa fa-info-circle"></i> Details</a>
|
||||||
</div>
|
|
||||||
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
|
|
||||||
<ul class="nav navbar-nav">
|
|
||||||
<li class="hidden"><a href="#page-top"></a></li>
|
|
||||||
<li><a class="page-scroll" href="/">Home</a></li>
|
|
||||||
<!--<li><a class="page-scroll" href="#projects">Projects</a></li>-->
|
|
||||||
<li><a class="page-scroll" href="/services/">Services</a></li>
|
|
||||||
<!--<li><a class="page-scroll" href="#network">Network</a></li>-->
|
|
||||||
<li><a class="page-scroll" href="/#about">About</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<header class="intro">
|
<footer id="footer">
|
||||||
<div class="intro-body">
|
<div class="container">
|
||||||
<div class="container">
|
<div class="row">
|
||||||
<div class="row">
|
<div class="col-md-12">
|
||||||
<div class="col-md-8 col-md-offset-2">
|
<div class="copyright">
|
||||||
<h1>Error 404: Resource Not Found</h1>
|
©2018 <strong>Ethan N. Paul</strong>. All Rights Reserved
|
||||||
<p>The URL you attempted to access does not exist or could not be found on the server. If this is the result of a bad link, please <a href="mailto:admin@enpaul.net">contact an administrator</a> so that it can be fixed.</p>
|
</div>
|
||||||
</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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<footer>
|
</body>
|
||||||
<div class="container text-center">
|
|
||||||
<p style="color: #606060;"><i>©2017 E.N.Paul</i></p>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,64 +1,61 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<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"/>
|
||||||
|
|
||||||
<meta charset="utf-8"/>
|
<!-- Page title and favicon definition -->
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
<title>ERROR 405</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<link rel="shortcut icon" href="img/e-b.png">
|
||||||
<meta name="author" content="enpaul@enpaul.net"/>
|
<link rel="apple-touch-icon" sizes="180x180" href="img/e-b.png">
|
||||||
<meta name="robots" content="nofollow"/>
|
<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">
|
||||||
|
|
||||||
<title>Error 405</title>
|
<!-- 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">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../img/e-b.png">
|
</head>
|
||||||
<link href="../css/bootstrap.css" rel="stylesheet">
|
|
||||||
<link href="../css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
|
||||||
<link href="../css/style.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<script src="../js/jquery.js"></script>
|
<body>
|
||||||
<script src="../js/bootstrap.min.js"></script>
|
<section id="top">
|
||||||
|
<div class="top-container">
|
||||||
|
<div class="wow fadeIn">
|
||||||
|
|
||||||
</head>
|
<h1>HTTP 405: Method Not Allowed</h1>
|
||||||
|
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
|
||||||
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
|
<h2>Requested resource does not support the HTTP Verb used to access it.</h2>
|
||||||
|
<div class="actions">
|
||||||
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
|
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i> Home</a>
|
||||||
<div class="container">
|
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i> Back</a>
|
||||||
<div class="navbar-header">
|
<br>
|
||||||
<a class="navbar-brand page-scroll" href="#page-top"><span class="light"><img src="../img/e-w.png" width="32"></span></a>
|
<a href="https://httpstatuses.com/405" target="_blank" class="btn-header"><i class="fa fa-info-circle"></i> Details</a>
|
||||||
</div>
|
|
||||||
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
|
|
||||||
<ul class="nav navbar-nav">
|
|
||||||
<li class="hidden"><a href="#page-top"></a></li>
|
|
||||||
<li><a class="page-scroll" href="/">Home</a></li>
|
|
||||||
<!--<li><a class="page-scroll" href="#projects">Projects</a></li>-->
|
|
||||||
<li><a class="page-scroll" href="/services/">Services</a></li>
|
|
||||||
<!--<li><a class="page-scroll" href="#network">Network</a></li>-->
|
|
||||||
<li><a class="page-scroll" href="/#about">About</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<header class="intro">
|
<footer id="footer">
|
||||||
<div class="intro-body">
|
<div class="container">
|
||||||
<div class="container">
|
<div class="row">
|
||||||
<div class="row">
|
<div class="col-md-12">
|
||||||
<div class="col-md-8 col-md-offset-2">
|
<div class="copyright">
|
||||||
<h1>Error 405: Method Not Allowed</h1>
|
©2018 <strong>Ethan N. Paul</strong>. All Rights Reserved
|
||||||
<p>The HTTP verb used in the request is not supported by the requested resource.</p>
|
</div>
|
||||||
</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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<footer>
|
</body>
|
||||||
<div class="container text-center">
|
|
||||||
<p style="color: #606060;"><i>©2017 E.N.Paul</i></p>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,64 +1,61 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<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"/>
|
||||||
|
|
||||||
<meta charset="utf-8"/>
|
<!-- Page title and favicon definition -->
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
<title>ERROR 406</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<link rel="shortcut icon" href="img/e-b.png">
|
||||||
<meta name="author" content="enpaul@enpaul.net"/>
|
<link rel="apple-touch-icon" sizes="180x180" href="img/e-b.png">
|
||||||
<meta name="robots" content="nofollow"/>
|
<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">
|
||||||
|
|
||||||
<title>Error 406</title>
|
<!-- 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">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../img/e-b.png">
|
</head>
|
||||||
<link href="../css/bootstrap.css" rel="stylesheet">
|
|
||||||
<link href="../css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
|
||||||
<link href="../css/style.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<script src="../js/jquery.js"></script>
|
<body>
|
||||||
<script src="../js/bootstrap.min.js"></script>
|
<section id="top">
|
||||||
|
<div class="top-container">
|
||||||
|
<div class="wow fadeIn">
|
||||||
|
|
||||||
</head>
|
<h1>HTTP 406: Not Acceptable</h1>
|
||||||
|
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
|
||||||
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
|
<h2>Requested resource does not meet the requirements specified by the request.</h2>
|
||||||
|
<div class="actions">
|
||||||
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
|
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i> Home</a>
|
||||||
<div class="container">
|
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i> Back</a>
|
||||||
<div class="navbar-header">
|
<br>
|
||||||
<a class="navbar-brand page-scroll" href="#page-top"><span class="light"><img src="../img/e-w.png" width="32"></span></a>
|
<a href="https://httpstatuses.com/406" target="_blank" class="btn-header"><i class="fa fa-info-circle"></i> Details</a>
|
||||||
</div>
|
|
||||||
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
|
|
||||||
<ul class="nav navbar-nav">
|
|
||||||
<li class="hidden"><a href="#page-top"></a></li>
|
|
||||||
<li><a class="page-scroll" href="/">Home</a></li>
|
|
||||||
<!--<li><a class="page-scroll" href="#projects">Projects</a></li>-->
|
|
||||||
<li><a class="page-scroll" href="/services/">Services</a></li>
|
|
||||||
<!--<li><a class="page-scroll" href="#network">Network</a></li>-->
|
|
||||||
<li><a class="page-scroll" href="/#about">About</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<header class="intro">
|
<footer id="footer">
|
||||||
<div class="intro-body">
|
<div class="container">
|
||||||
<div class="container">
|
<div class="row">
|
||||||
<div class="row">
|
<div class="col-md-12">
|
||||||
<div class="col-md-8 col-md-offset-2">
|
<div class="copyright">
|
||||||
<h1>Error 406: Unacceptable</h1>
|
©2018 <strong>Ethan N. Paul</strong>. All Rights Reserved
|
||||||
<p>The accept headers provided with the request cannot be met by the requested resource.</p>
|
</div>
|
||||||
</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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<footer>
|
</body>
|
||||||
<div class="container text-center">
|
|
||||||
<p style="color: #606060;"><i>©2017 E.N.Paul</i></p>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,64 +1,61 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<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"/>
|
||||||
|
|
||||||
<meta charset="utf-8"/>
|
<!-- Page title and favicon definition -->
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
<title>ERROR 412</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<link rel="shortcut icon" href="img/e-b.png">
|
||||||
<meta name="author" content="enpaul@enpaul.net"/>
|
<link rel="apple-touch-icon" sizes="180x180" href="img/e-b.png">
|
||||||
<meta name="robots" content="nofollow"/>
|
<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">
|
||||||
|
|
||||||
<title>Error 412</title>
|
<!-- 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">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../img/e-b.png">
|
</head>
|
||||||
<link href="../css/bootstrap.css" rel="stylesheet">
|
|
||||||
<link href="../css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
|
||||||
<link href="../css/style.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<script src="../js/jquery.js"></script>
|
<body>
|
||||||
<script src="../js/bootstrap.min.js"></script>
|
<section id="top">
|
||||||
|
<div class="top-container">
|
||||||
|
<div class="wow fadeIn">
|
||||||
|
|
||||||
</head>
|
<h1>HTTP 412: Precondition Failed</h1>
|
||||||
|
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
|
||||||
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
|
<h2>Requested contained conditions that could not be met by the server.</h2>
|
||||||
|
<div class="actions">
|
||||||
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
|
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i> Home</a>
|
||||||
<div class="container">
|
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i> Back</a>
|
||||||
<div class="navbar-header">
|
<br>
|
||||||
<a class="navbar-brand page-scroll" href="#page-top"><span class="light"><img src="../img/e-w.png" width="32"></span></a>
|
<a href="https://httpstatuses.com/412" target="_blank" class="btn-header"><i class="fa fa-info-circle"></i> Details</a>
|
||||||
</div>
|
|
||||||
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
|
|
||||||
<ul class="nav navbar-nav">
|
|
||||||
<li class="hidden"><a href="#page-top"></a></li>
|
|
||||||
<li><a class="page-scroll" href="/">Home</a></li>
|
|
||||||
<!--<li><a class="page-scroll" href="#projects">Projects</a></li>-->
|
|
||||||
<li><a class="page-scroll" href="/services/">Services</a></li>
|
|
||||||
<!--<li><a class="page-scroll" href="#network">Network</a></li>-->
|
|
||||||
<li><a class="page-scroll" href="/#about">About</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<header class="intro">
|
<footer id="footer">
|
||||||
<div class="intro-body">
|
<div class="container">
|
||||||
<div class="container">
|
<div class="row">
|
||||||
<div class="row">
|
<div class="col-md-12">
|
||||||
<div class="col-md-8 col-md-offset-2">
|
<div class="copyright">
|
||||||
<h1>Error 412: Failed Precondition</h1>
|
©2018 <strong>Ethan N. Paul</strong>. All Rights Reserved
|
||||||
<p>A precondition specified in the request headers could not be met by the requested resource.</p>
|
</div>
|
||||||
</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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<footer>
|
</body>
|
||||||
<div class="container text-center">
|
|
||||||
<p style="color: #606060;"><i>©2017 E.N.Paul</i></p>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,64 +1,61 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<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"/>
|
||||||
|
|
||||||
<meta charset="utf-8"/>
|
<!-- Page title and favicon definition -->
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
<title>ERROR 500</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<link rel="shortcut icon" href="img/e-b.png">
|
||||||
<meta name="author" content="enpaul@enpaul.net"/>
|
<link rel="apple-touch-icon" sizes="180x180" href="img/e-b.png">
|
||||||
<meta name="robots" content="nofollow"/>
|
<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">
|
||||||
|
|
||||||
<title>Error 500</title>
|
<!-- 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">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../img/e-b.png">
|
</head>
|
||||||
<link href="../css/bootstrap.css" rel="stylesheet">
|
|
||||||
<link href="../css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
|
||||||
<link href="../css/style.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<script src="../js/jquery.js"></script>
|
<body>
|
||||||
<script src="../js/bootstrap.min.js"></script>
|
<section id="top">
|
||||||
|
<div class="top-container">
|
||||||
|
<div class="wow fadeIn">
|
||||||
|
|
||||||
</head>
|
<h1>HTTP 500: Internal Server Error</h1>
|
||||||
|
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
|
||||||
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
|
<h2>Server encounted an unexpected error while processing the request.</h2>
|
||||||
|
<div class="actions">
|
||||||
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
|
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i> Home</a>
|
||||||
<div class="container">
|
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i> Back</a>
|
||||||
<div class="navbar-header">
|
<br>
|
||||||
<a class="navbar-brand page-scroll" href="#page-top"><span class="light"><img src="../img/e-w.png" width="32"></span></a>
|
<a href="https://httpstatuses.com/500" target="_blank" class="btn-header"><i class="fa fa-info-circle"></i> Details</a>
|
||||||
</div>
|
|
||||||
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
|
|
||||||
<ul class="nav navbar-nav">
|
|
||||||
<li class="hidden"><a href="#page-top"></a></li>
|
|
||||||
<li><a class="page-scroll" href="/">Home</a></li>
|
|
||||||
<!--<li><a class="page-scroll" href="#projects">Projects</a></li>-->
|
|
||||||
<li><a class="page-scroll" href="/services/">Services</a></li>
|
|
||||||
<!--<li><a class="page-scroll" href="#network">Network</a></li>-->
|
|
||||||
<li><a class="page-scroll" href="/#about">About</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<header class="intro">
|
<footer id="footer">
|
||||||
<div class="intro-body">
|
<div class="container">
|
||||||
<div class="container">
|
<div class="row">
|
||||||
<div class="row">
|
<div class="col-md-12">
|
||||||
<div class="col-md-8 col-md-offset-2">
|
<div class="copyright">
|
||||||
<h1>Error 500: Internal Server Error</h1>
|
©2018 <strong>Ethan N. Paul</strong>. All Rights Reserved
|
||||||
<p>An error has occurred in the server software that has resulted in a request fulfillment failure. Please <a href="mailto:admin@enpaul.net">contact an administrator</a>.</p>
|
</div>
|
||||||
</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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<footer>
|
</body>
|
||||||
<div class="container text-center">
|
|
||||||
<p style="color: #606060;"><i>©2017 E.N.Paul</i></p>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,64 +1,61 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<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"/>
|
||||||
|
|
||||||
<meta charset="utf-8"/>
|
<!-- Page title and favicon definition -->
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
<title>ERROR 501</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<link rel="shortcut icon" href="img/e-b.png">
|
||||||
<meta name="author" content="enpaul@enpaul.net"/>
|
<link rel="apple-touch-icon" sizes="180x180" href="img/e-b.png">
|
||||||
<meta name="robots" content="nofollow"/>
|
<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">
|
||||||
|
|
||||||
<title>Error 501</title>
|
<!-- 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">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../img/e-b.png">
|
</head>
|
||||||
<link href="../css/bootstrap.css" rel="stylesheet">
|
|
||||||
<link href="../css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
|
||||||
<link href="../css/style.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<script src="../js/jquery.js"></script>
|
<body>
|
||||||
<script src="../js/bootstrap.min.js"></script>
|
<section id="top">
|
||||||
|
<div class="top-container">
|
||||||
|
<div class="wow fadeIn">
|
||||||
|
|
||||||
</head>
|
<h1>HTTP 501: Not Implemented</h1>
|
||||||
|
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
|
||||||
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
|
<h2>Server does not implement a means of responding to the request.</h2>
|
||||||
|
<div class="actions">
|
||||||
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
|
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i> Home</a>
|
||||||
<div class="container">
|
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i> Back</a>
|
||||||
<div class="navbar-header">
|
<br>
|
||||||
<a class="navbar-brand page-scroll" href="#page-top"><span class="light"><img src="../img/e-w.png" width="32"></span></a>
|
<a href="https://httpstatuses.com/501" target="_blank" class="btn-header"><i class="fa fa-info-circle"></i> Details</a>
|
||||||
</div>
|
|
||||||
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
|
|
||||||
<ul class="nav navbar-nav">
|
|
||||||
<li class="hidden"><a href="#page-top"></a></li>
|
|
||||||
<li><a class="page-scroll" href="/">Home</a></li>
|
|
||||||
<!--<li><a class="page-scroll" href="#projects">Projects</a></li>-->
|
|
||||||
<li><a class="page-scroll" href="/services/">Services</a></li>
|
|
||||||
<!--<li><a class="page-scroll" href="#network">Network</a></li>-->
|
|
||||||
<li><a class="page-scroll" href="/#about">About</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<header class="intro">
|
<footer id="footer">
|
||||||
<div class="intro-body">
|
<div class="container">
|
||||||
<div class="container">
|
<div class="row">
|
||||||
<div class="row">
|
<div class="col-md-12">
|
||||||
<div class="col-md-8 col-md-offset-2">
|
<div class="copyright">
|
||||||
<h1>Error 501: Not Implemented</h1>
|
©2018 <strong>Ethan N. Paul</strong>. All Rights Reserved
|
||||||
<p>The requested resource has not been implemented by the server and is unavailable.</p>
|
</div>
|
||||||
</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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<footer>
|
</body>
|
||||||
<div class="container text-center">
|
|
||||||
<p style="color: #606060;"><i>©2017 E.N.Paul</i></p>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,64 +1,61 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<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"/>
|
||||||
|
|
||||||
<meta charset="utf-8"/>
|
<!-- Page title and favicon definition -->
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
<title>ERROR 502</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<link rel="shortcut icon" href="img/e-b.png">
|
||||||
<meta name="author" content="enpaul@enpaul.net"/>
|
<link rel="apple-touch-icon" sizes="180x180" href="img/e-b.png">
|
||||||
<meta name="robots" content="nofollow"/>
|
<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">
|
||||||
|
|
||||||
<title>Error 502</title>
|
<!-- 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">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="../img/e-b.png">
|
</head>
|
||||||
<link href="../css/bootstrap.css" rel="stylesheet">
|
|
||||||
<link href="../css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
|
||||||
<link href="../css/style.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<script src="../js/jquery.js"></script>
|
<body>
|
||||||
<script src="../js/bootstrap.min.js"></script>
|
<section id="top">
|
||||||
|
<div class="top-container">
|
||||||
|
<div class="wow fadeIn">
|
||||||
|
|
||||||
</head>
|
<h1>HTTP 502: Bad Gateway</h1>
|
||||||
|
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
|
||||||
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
|
<h2>Server recieved an invalid response from upstream server while acting as a gateway or proxy.</h2>
|
||||||
|
<div class="actions">
|
||||||
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
|
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i> Home</a>
|
||||||
<div class="container">
|
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i> Back</a>
|
||||||
<div class="navbar-header">
|
<br>
|
||||||
<a class="navbar-brand page-scroll" href="#page-top"><span class="light"><img src="../img/e-w.png" width="32"></span></a>
|
<a href="https://httpstatuses.com/502" target="_blank" class="btn-header"><i class="fa fa-info-circle"></i> Details</a>
|
||||||
</div>
|
|
||||||
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
|
|
||||||
<ul class="nav navbar-nav">
|
|
||||||
<li class="hidden"><a href="#page-top"></a></li>
|
|
||||||
<li><a class="page-scroll" href="/">Home</a></li>
|
|
||||||
<!--<li><a class="page-scroll" href="#projects">Projects</a></li>-->
|
|
||||||
<li><a class="page-scroll" href="/services/">Services</a></li>
|
|
||||||
<!--<li><a class="page-scroll" href="#network">Network</a></li>-->
|
|
||||||
<li><a class="page-scroll" href="/#about">About</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<header class="intro">
|
<footer id="footer">
|
||||||
<div class="intro-body">
|
<div class="container">
|
||||||
<div class="container">
|
<div class="row">
|
||||||
<div class="row">
|
<div class="col-md-12">
|
||||||
<div class="col-md-8 col-md-offset-2">
|
<div class="copyright">
|
||||||
<h1>Error 502: Bad Gateway</h1>
|
©2018 <strong>Ethan N. Paul</strong>. All Rights Reserved
|
||||||
<p>The server encountered an unknown error from an upstream server while acting as a reverse proxy or gateway. Please <a href="mailto:admin@enpaul.net">contact an administrator</a>.</p>
|
</div>
|
||||||
</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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<footer>
|
</body>
|
||||||
<div class="container text-center">
|
|
||||||
<p style="color: #606060;"><i>©2017 E.N.Paul</i></p>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -113,11 +113,12 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
#top h2 {
|
#top h2 {
|
||||||
color: #999;
|
color: #999;
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
#top h2 {
|
#top h2 {
|
||||||
font-size: 24px;
|
font-size: 20px;
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
@ -149,6 +150,12 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
border: 2px solid #1a82de;
|
border: 2px solid #1a82de;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#top .error-icon {
|
||||||
|
padding-top: 20px;
|
||||||
|
padding-bottom: 20px;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
/*--------------------------------------------------------------
|
/*--------------------------------------------------------------
|
||||||
# Header
|
# Header
|
||||||
--------------------------------------------------------------*/
|
--------------------------------------------------------------*/
|
||||||
|
BIN
_error/fonts/fontawesome-webfont.ttf
Normal file
BIN
_error/fonts/fontawesome-webfont.ttf
Normal file
Binary file not shown.
BIN
_error/fonts/fontawesome-webfont.woff
Normal file
BIN
_error/fonts/fontawesome-webfont.woff
Normal file
Binary file not shown.
BIN
_error/fonts/fontawesome-webfont.woff2
Normal file
BIN
_error/fonts/fontawesome-webfont.woff2
Normal file
Binary file not shown.
@ -1,59 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
|
|
||||||
<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 401</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 Error 401</h1>
|
|
||||||
<i class="fa fa-exclamation-triangle fa-5x"></i>
|
|
||||||
<h2>You do not have sufficient permissions to access the requested resource. If you believe this to be in error, please <a href="mailto:admin@enpaul.net">contact an administrator</a>.</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>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</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>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
Loading…
Reference in New Issue
Block a user