2015-12-09 04:35:05 +01:00
|
|
|
|
<!DOCTYPE html>
|
2018-06-05 03:55:38 +02:00
|
|
|
|
<html>
|
2015-12-09 04:35:05 +01:00
|
|
|
|
|
2018-06-05 03:55:38 +02:00
|
|
|
|
<head>
|
2018-07-19 04:53:16 +02:00
|
|
|
|
<meta charset="utf-8">
|
2018-06-06 15:43:28 +02:00
|
|
|
|
<meta name="theme-color" content="#3c8dbc">
|
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">
|
|
|
|
|
<link rel="mask-icon" href="images/icons/safari-pinned-tab.svg" color="#3c8dbc">
|
|
|
|
|
<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>
|
|
|
|
|
<img src="./images/logo-dark@2x.png" class="mb-4 logo" alt="Bitwarden">
|
|
|
|
|
<p class="text-center">
|
2018-07-18 05:15:15 +02:00
|
|
|
|
<i class="fa fa-spinner fa-spin fa-2x text-muted" title="Loading"></i>
|
2018-07-06 22:36:51 +02:00
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2018-06-05 05:10:41 +02:00
|
|
|
|
</app-root>
|
2015-12-09 04:35:05 +01:00
|
|
|
|
</body>
|
2018-06-05 03:55:38 +02:00
|
|
|
|
|
2018-06-06 15:43:28 +02:00
|
|
|
|
</html>
|