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 404</title>
|
2018-02-05 03:57:44 +00:00
|
|
|
<link rel="shortcut icon" href="/_error/img/e-b.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/_error/img/e-b.png">
|
|
|
|
<link rel="icon" type="image/png" href="/_error/img/e-b.png" sizes="32x32">
|
|
|
|
<link rel="icon" type="image/png" href="/_error/img/e-b.png" sizes="16x16">
|
2018-02-05 03:54:55 +00:00
|
|
|
|
|
|
|
<!-- CSS references -->
|
2018-02-05 03:57:44 +00:00
|
|
|
<link href="/_error/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<link href="/_error/css/font-awesome.min.css" rel="stylesheet">
|
|
|
|
<link href="/_error/css/style.css" rel="stylesheet">
|
2018-02-05 03:54:55 +00:00
|
|
|
|
|
|
|
</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> Home</a>
|
|
|
|
<a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i> Back</a>
|
|
|
|
<br>
|
2018-02-06 13:48:54 +00:00
|
|
|
<a href="https://httpstatuses.com/404" target="_blank">More Information</a>
|
2017-12-01 13:17:39 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-02-05 03:54:55 +00:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</body>
|
2017-12-01 13:17:39 +00:00
|
|
|
|
|
|
|
</html>
|