-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
31 lines (31 loc) · 1.48 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404 :(</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/components/error-404s/error-404-1/assets/css/error-404-1.css">
</head>
<body>
<!-- Error 404 Template 1 - Bootstrap Brain Component -->
<section class="py-3 py-md-5 min-vh-100 d-flex justify-content-center align-items-center" data-bs-theme="dark">
<div class="container" data-bs-theme="dark">
<div class="row">
<div class="col-12">
<div class="text-center">
<h2 class="d-flex justify-content-center align-items-center gap-2 mb-4">
<span class="display-1 fw-bold">4</span>
<i class="bi bi-exclamation-circle-fill text-danger display-4"></i>
<span class="display-1 fw-bold bsb-flip-h">4</span>
</h2>
<h3 class="h2 mb-2">Oops! You're lost.</h3>
<p class="mb-5">The page you are looking for was not found.</p>
<a class="btn bsb-btn-5xl btn-dark rounded-pill px-5 fs-6 m-0" href="../authSystem/login.php" role="button">Back to Home</a>
</div>
</div>
</div>
</div>
</section>
</body>
</html>