Move web content to dedicated content directory

This commit is contained in:
2022-11-15 10:32:02 -05:00
parent 4158a5991b
commit dd3e3792f2
446 changed files with 0 additions and 0 deletions

43
content/_error/401.html Normal file
View File

@@ -0,0 +1,43 @@
<!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="admin@enp.one"/>
<meta name="robots" content="noindex,nofollow"/>
<!-- Page title and favicon definition -->
<title>ERROR 401</title>
<link rel="shortcut icon" href="https://cdn.enp.one/img/logos/enpaul/e-b-sm.png">
<!-- 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 401: Unauthorized</h1>
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
<h2>Insufficient permissions to access the requested resource.</h2>
<div class="actions">
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i>&nbsp;Home</a>
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i>&nbsp;Back</a>
<br>
<a href="https://httpstatuses.com/401" target="_blank">More information</a>
</div>
</div>
</div>
</section>
</body>
</html>

43
content/_error/403.html Normal file
View File

@@ -0,0 +1,43 @@
<!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="admin@enp.one"/>
<meta name="robots" content="noindex,nofollow"/>
<!-- Page title and favicon definition -->
<title>ERROR 403</title>
<link rel="shortcut icon" href="https://cdn.enp.one/img/logos/enpaul/e-b-sm.png">
<!-- 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 403: Forbidden</h1>
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
<h2>Insufficient permissions to access the requested resource.</h2>
<div class="actions">
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i>&nbsp;Home</a>
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i>&nbsp;Back</a>
<br>
<a href="https://httpstatuses.com/403" target="_blank">More Information</a>
</div>
</div>
</div>
</section>
</body>
</html>

43
content/_error/404.html Normal file
View File

@@ -0,0 +1,43 @@
<!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="admin@enp.one"/>
<meta name="robots" content="noindex,nofollow"/>
<!-- Page title and favicon definition -->
<title>ERROR 404</title>
<link rel="shortcut icon" href="https://cdn.enp.one/img/logos/enpaul/e-b-sm.png">
<!-- 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 404: Not Found</h1>
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
<h2>Requested resource could not be found on this server.</h2>
<div class="actions">
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i>&nbsp;Home</a>
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i>&nbsp;Back</a>
<br>
<a href="https://httpstatuses.com/404" target="_blank">More Information</a>
</div>
</div>
</div>
</section>
</body>
</html>

43
content/_error/405.html Normal file
View File

@@ -0,0 +1,43 @@
<!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="admin@enp.one"/>
<meta name="robots" content="noindex,nofollow"/>
<!-- Page title and favicon definition -->
<title>ERROR 405</title>
<link rel="shortcut icon" href="https://cdn.enp.one/img/logos/enpaul/e-b-sm.png">
<!-- 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 405: Method Not Allowed</h1>
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
<h2>Requested resource does not support the HTTP Verb used to access it.</h2>
<div class="actions">
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i>&nbsp;Home</a>
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i>&nbsp;Back</a>
<br>
<a href="https://httpstatuses.com/405" target="_blank">More Information</a>
</div>
</div>
</div>
</section>
</body>
</html>

43
content/_error/406.html Normal file
View File

@@ -0,0 +1,43 @@
<!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="admin@enp.one"/>
<meta name="robots" content="noindex,nofollow"/>
<!-- Page title and favicon definition -->
<title>ERROR 406</title>
<link rel="shortcut icon" href="https://cdn.enp.one/img/logos/enpaul/e-b-sm.png">
<!-- 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 406: Not Acceptable</h1>
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
<h2>Requested resource does not meet the requirements specified by the request.</h2>
<div class="actions">
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i>&nbsp;Home</a>
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i>&nbsp;Back</a>
<br>
<a href="https://httpstatuses.com/406" target="_blank">More Information</a>
</div>
</div>
</div>
</section>
</body>
</html>

43
content/_error/412.html Normal file
View File

@@ -0,0 +1,43 @@
<!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="admin@enp.one"/>
<meta name="robots" content="noindex,nofollow"/>
<!-- Page title and favicon definition -->
<title>ERROR 412</title>
<link rel="shortcut icon" href="https://cdn.enp.one/img/logos/enpaul/e-b-sm.png">
<!-- 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 412: Precondition Failed</h1>
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
<h2>Requested contained conditions that could not be met by the server.</h2>
<div class="actions">
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i>&nbsp;Home</a>
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i>&nbsp;Back</a>
<br>
<a href="https://httpstatuses.com/412" target="_blank">More Information</a>
</div>
</div>
</div>
</section>
</body>
</html>

43
content/_error/500.html Normal file
View File

@@ -0,0 +1,43 @@
<!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="admin@enp.one"/>
<meta name="robots" content="noindex,nofollow"/>
<!-- Page title and favicon definition -->
<title>ERROR 500</title>
<link rel="shortcut icon" href="https://cdn.enp.one/img/logos/enpaul/e-b-sm.png">
<!-- 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 500: Internal Server Error</h1>
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
<h2>Server encounted an unexpected error while processing the request.</h2>
<div class="actions">
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i>&nbsp;Home</a>
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i>&nbsp;Back</a>
<br>
<a href="https://httpstatuses.com/500" target="_blank">More Information</a>
</div>
</div>
</div>
</section>
</body>
</html>

43
content/_error/501.html Normal file
View File

@@ -0,0 +1,43 @@
<!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="admin@enp.one"/>
<meta name="robots" content="noindex,nofollow"/>
<!-- Page title and favicon definition -->
<title>ERROR 501</title>
<link rel="shortcut icon" href="https://cdn.enp.one/img/logos/enpaul/e-b-sm.png">
<!-- 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 501: Not Implemented</h1>
<i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
<h2>Server does not implement a means of responding to the request.</h2>
<div class="actions">
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i>&nbsp;Home</a>
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i>&nbsp;Back</a>
<br>
<a href="https://httpstatuses.com/501" target="_blank">More Information</a>
</div>
</div>
</div>
</section>
</body>
</html>

43
content/_error/502.html Normal file
View File

@@ -0,0 +1,43 @@
<!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="admin@enp.one"/>
<meta name="robots" content="noindex,nofollow"/>
<!-- Page title and favicon definition -->
<title>ERROR 502</title>
<link rel="shortcut icon" href="https://cdn.enp.one/img/logos/enpaul/e-b-sm.png">
<!-- 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>&nbsp;Home</a>
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i>&nbsp;Back</a>
<br>
<a href="https://httpstatuses.com/502" target="_blank">More Information</a>
</div>
</div>
</div>
</section>
</body>
</html>