-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
54 lines (54 loc) · 1.8 KB
/
404.html
File metadata and controls
54 lines (54 loc) · 1.8 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="CroVault is a privacy vault for your sensitive data. Store credentials, notes, and wallet addresses securely.">
<meta name="keywords" content="CroVault, privacy vault, secure storage, credentials, notes, wallet addresses">
<meta name="author" content="CroVault Team">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<title>404 - Page Not Found</title>
<style>
body {
background-color: #051126;
color: #fff;
text-align: center;
font-family: Arial, sans-serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
}
h1 {
font-size: 4rem;
}
p {
font-size: 1.2rem;
}
a {
color: #ffd700;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
.logo {
height: 250px;
}
</style>
</head>
<body>
<a href="https://crovault.com" title="CroVault homepage">
<img src="/assets/images/Icon/CroVault 646 glow.webp" alt="CroVault Logo" class="logo"/>
</a>
<h1>404</h1>
<p>Oops! The page you're looking for doesn't exist.</p>
<p>Go back to <a href="https://crovault.com">CroVault</a></p>
</body>
</html>