2019-11-18 22:03:23 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2019-11-20 02:37:13 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
|
|
<meta name="description" content="" />
|
|
|
|
<meta name="author" content="" />
|
|
|
|
<title>404 Error - SB Admin</title>
|
|
|
|
<link href="css/styles.css" rel="stylesheet" />
|
2021-04-28 21:50:47 +02:00
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/js/all.min.js" crossorigin="anonymous"></script>
|
2019-11-20 02:37:13 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="layoutError">
|
|
|
|
<div id="layoutError_content">
|
|
|
|
<main>
|
|
|
|
<div class="container">
|
|
|
|
<div class="row justify-content-center">
|
|
|
|
<div class="col-lg-6">
|
|
|
|
<div class="text-center mt-4">
|
|
|
|
<img class="mb-4 img-error" src="assets/img/error-404-monochrome.svg" />
|
|
|
|
<p class="lead">This requested URL was not found on this server.</p>
|
2020-06-19 00:02:25 +02:00
|
|
|
<a href="index.html">
|
|
|
|
<i class="fas fa-arrow-left mr-1"></i>
|
|
|
|
Return to Dashboard
|
|
|
|
</a>
|
2019-11-20 02:37:13 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</main>
|
2019-11-18 22:03:23 +01:00
|
|
|
</div>
|
2019-11-20 02:37:13 +01:00
|
|
|
<div id="layoutError_footer">
|
|
|
|
<footer class="py-4 bg-light mt-auto">
|
|
|
|
<div class="container-fluid">
|
|
|
|
<div class="d-flex align-items-center justify-content-between small">
|
2021-04-28 21:50:47 +02:00
|
|
|
<div class="text-muted">Copyright © Your Website 2021</div>
|
2019-11-20 02:37:13 +01:00
|
|
|
<div>
|
|
|
|
<a href="#">Privacy Policy</a>
|
|
|
|
·
|
|
|
|
<a href="#">Terms & Conditions</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</footer>
|
2019-11-18 22:03:23 +01:00
|
|
|
</div>
|
2019-11-20 02:37:13 +01:00
|
|
|
</div>
|
2020-11-03 20:53:04 +01:00
|
|
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" crossorigin="anonymous"></script>
|
2021-04-28 21:50:47 +02:00
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
|
2019-11-20 02:37:13 +01:00
|
|
|
<script src="js/scripts.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|