28 lines
1.2 KiB
HTML
28 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" data-bs-theme="light">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>404 - Page Not Found | CVE Monitor</title>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="row justify-content-center align-items-center" style="min-height: 100vh;">
|
|
<div class="col-md-6 text-center">
|
|
<i class="fas fa-exclamation-triangle text-warning" style="font-size: 5rem;"></i>
|
|
<h1 class="display-1 fw-bold mt-4">404</h1>
|
|
<h2 class="mb-4">Page Not Found</h2>
|
|
<p class="lead text-muted mb-4">
|
|
The page you are looking for doesn't exist or has been moved.
|
|
</p>
|
|
<a href="/" class="btn btn-primary btn-lg">
|
|
<i class="fas fa-home me-2"></i>Go Home
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|