|
|
@@ -1,28 +1,34 @@
|
|
|
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
|
|
|
- <title>404 — Not Found</title>
|
|
|
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
|
- <meta name="description" content="Sorry, page not found"/>
|
|
|
- <style type="text/css">
|
|
|
- body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
|
|
|
- h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
|
|
|
- h2 {color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
|
|
|
- p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
|
|
|
- div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
|
|
|
- a:link {color: #34536A;}
|
|
|
- a:visited {color: #34536A;}
|
|
|
- a:active {color: #34536A;}
|
|
|
- a:hover {color: #34536A;}
|
|
|
- </style>
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+<head>
|
|
|
+<meta charset="UTF-8">
|
|
|
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
|
|
|
+<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css">
|
|
|
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
|
|
|
+<link rel="stylesheet" href="style.css">
|
|
|
+<title>Page Not Found</title>
|
|
|
</head>
|
|
|
-
|
|
|
<body>
|
|
|
- <p><a href="http://%domain%/">%domain%</a></p>
|
|
|
- <h1>404</h1>
|
|
|
- <h2>Page Not Found</h2>
|
|
|
- <div>
|
|
|
- It seems that the page you were trying to reach does not exist anymore, or maybe it has just moved.
|
|
|
- You can start again from the <a href="http://%domain%/">home</a> or go back to <a href="javascript:%20history.go(-1)">previous page</a>.
|
|
|
+<div class="container text-center">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col">
|
|
|
+ <div class="animated fadeIn">
|
|
|
+ <i class="fas fa-question-circle icon-large info"></i>
|
|
|
+ </div>
|
|
|
+ <h1 class="animated fadeIn">Page Not Found</h1>
|
|
|
+ <div class="description-text animated fadeIn delay-1s">
|
|
|
+ <p>Oops! We couldn't find the page that you're looking for.</p>
|
|
|
+ <p>Please check the address and try again.</p>
|
|
|
+ <section class="footer"><strong>Error Code:</strong> 404</section>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
+</div>
|
|
|
+
|
|
|
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.slim.min.js"></script>
|
|
|
+<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
|
|
|
+<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script>
|
|
|
</body>
|
|
|
-</html>
|
|
|
+</html>
|