-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
33 lines (31 loc) · 1.38 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
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Not Found</title>
<link rel="stylesheet" href="https://unpkg.com/bootstrap@5.3.3/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="https://unpkg.com/bs-brain@2.0.4/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">
<div class="container">
<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>
<a class="btn bsb-btn-5xl btn-dark rounded-pill px-4 fs-4 m-0" href="index.html" role="button" style="background-color: #DC3545; border: #DC3545;">Home Page</a>
</div>
</div>
</div>
</div>
</section>
</body>
</html>