2021-01-24 21:23:18 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
2021-03-07 23:05:12 +01:00
|
|
|
<link
|
|
|
|
href="/404/bootstrap.min.css"
|
|
|
|
rel="stylesheet"
|
|
|
|
type="text/css"
|
2022-01-27 18:25:58 +01:00
|
|
|
integrity="sha384-hA/ESrxp2b05ywLtD9YwM6m+pNyLRY4+ruk6dWK00SM4k6SQs0bfrITJVSf6uZyH"
|
2021-03-07 23:05:12 +01:00
|
|
|
/>
|
|
|
|
<link href="/404/styles.css" rel="stylesheet" type="text/css" />
|
2021-01-24 21:23:18 +01:00
|
|
|
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/images/icons/apple-touch-icon.png" />
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/images/icons/favicon-32x32.png" />
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/images/icons/favicon-16x16.png" />
|
|
|
|
<link rel="mask-icon" href="/images/icons/safari-pinned-tab.svg" color="#175DDC" />
|
|
|
|
<link rel="manifest" href="/manifest.json" />
|
|
|
|
|
|
|
|
<title>Page not found!</title>
|
|
|
|
<meta name="description" content="404 Page Not Found" />
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="banner">
|
|
|
|
<div class="container inner banner">
|
|
|
|
<div class="row align-items-center">
|
2022-01-27 18:25:58 +01:00
|
|
|
<div class="col brand">
|
|
|
|
<i class="bwi bwi-shield"></i> <strong>bit</strong>warden
|
|
|
|
</div>
|
2021-01-24 21:23:18 +01:00
|
|
|
</div>
|
2021-12-17 15:57:11 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-01-24 21:23:18 +01:00
|
|
|
<div class="container inner content">
|
|
|
|
<h2>Page not found!</h2>
|
|
|
|
<p>Sorry, but the page you were looking for could not be found.</p>
|
|
|
|
<p>
|
|
|
|
<a href="/">
|
|
|
|
<img src="/images/404.png" class="img-fluid" alt="404 image" width="80%" />
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
You can <a href="/">return to the web vault</a>, check our
|
|
|
|
<a href="https://status.bitwarden.com/">status page</a> or
|
|
|
|
<a href="https://bitwarden.com/contact/">contact us</a>.
|
|
|
|
</p>
|
|
|
|
</div>
|
2023-12-29 16:28:14 +01:00
|
|
|
<div class="container footer text-muted content">© Copyright 2024 Bitwarden, Inc.</div>
|
2021-01-24 21:23:18 +01:00
|
|
|
</body>
|
|
|
|
</html>
|