23 lines
670 B
HTML
23 lines
670 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>404 - Page Not Found | MiauInv</title>
|
|
<link rel="stylesheet" href="/assets/css/theme.min.css">
|
|
<link rel="stylesheet" href="/assets/css/error404.min.css">
|
|
</head>
|
|
<body>
|
|
|
|
<main class="card">
|
|
<div class="error-code">404</div>
|
|
<h1>Page Not Found</h1>
|
|
<p class="subtitle" style="margin-bottom: 2rem;">The page you are looking for does not exist or has been moved to another address.</p>
|
|
|
|
<a href="/dashboard" class="btn btn-secondary">
|
|
Back to Dashboard
|
|
</a>
|
|
</main>
|
|
|
|
</body>
|
|
</html> |