2015-12-09 04:35:05 +01:00
|
|
|
|
<!DOCTYPE html>
|
2021-10-05 12:03:24 +02:00
|
|
|
|
<html class="theme_light">
|
2018-06-05 03:55:38 +02:00
|
|
|
|
<head>
|
2018-07-19 04:53:16 +02:00
|
|
|
|
<meta charset="utf-8" />
|
2018-08-02 04:02:32 +02:00
|
|
|
|
<meta name="viewport" content="width=1010" />
|
2020-05-05 22:59:33 +02:00
|
|
|
|
<meta name="theme-color" content="#175DDC" />
|
2018-06-05 03:55:38 +02:00
|
|
|
|
|
2018-06-06 15:43:28 +02:00
|
|
|
|
<title page-title>Bitwarden Web Vault</title>
|
2018-06-05 03:55:38 +02:00
|
|
|
|
|
2018-06-06 15:43:28 +02: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" />
|
2020-05-05 22:59:33 +02:00
|
|
|
|
<link rel="mask-icon" href="images/icons/safari-pinned-tab.svg" color="#175DDC" />
|
2018-06-06 15:43:28 +02:00
|
|
|
|
<link rel="manifest" href="manifest.json" />
|
2015-12-09 04:35:05 +01:00
|
|
|
|
</head>
|
2018-07-06 22:36:51 +02:00
|
|
|
|
<body class="layout_frontend">
|
2018-06-05 05:10:41 +02:00
|
|
|
|
<app-root>
|
2018-07-06 22:36:51 +02:00
|
|
|
|
<div class="mt-5 d-flex justify-content-center">
|
|
|
|
|
<div>
|
2021-10-05 12:03:24 +02:00
|
|
|
|
<img class="mb-4 logo logo-themed" alt="Bitwarden" />
|
2018-07-06 22:36:51 +02:00
|
|
|
|
<p class="text-center">
|
2019-10-11 16:35:24 +02:00
|
|
|
|
<i
|
2022-01-27 18:25:58 +01:00
|
|
|
|
class="bwi bwi-spinner bwi-spin bwi-2x text-muted"
|
2019-10-11 16:35:24 +02:00
|
|
|
|
title="Loading"
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
></i>
|
2018-07-06 22:36:51 +02:00
|
|
|
|
</p>
|
|
|
|
|
</div>
|
2021-12-17 15:57:11 +01:00
|
|
|
|
</div>
|
2018-06-05 05:10:41 +02:00
|
|
|
|
</app-root>
|
2015-12-09 04:35:05 +01:00
|
|
|
|
</body>
|
2018-06-06 15:43:28 +02:00
|
|
|
|
</html>
|