34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>404 - Mazer Admin Dashboard</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="assets/css/bootstrap.css">
|
|
<link rel="stylesheet" href="assets/vendors/bootstrap-icons/bootstrap-icons.css">
|
|
<link rel="stylesheet" href="assets/css/app.css">
|
|
<link rel="stylesheet" href="assets/css/pages/error.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="error">
|
|
|
|
|
|
<div class="error-page container">
|
|
<div class="col-md-8 col-12 offset-md-2">
|
|
<img class="img-error" src="assets/images/samples/error-404.png" alt="Not Found">
|
|
<div class="text-center">
|
|
<h1 class="error-title">NOT FOUND</h1>
|
|
<p class='fs-5 text-gray-600'>The page you are looking not found.</p>
|
|
<a href="index.html" class="btn btn-lg btn-outline-primary mt-3">Go Home</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</body>
|
|
|
|
</html> |