mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
32 lines
1.2 KiB
HTML
32 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html class="theme_light">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=1010" />
|
|
<meta name="theme-color" content="#175DDC" />
|
|
|
|
<title page-title>Bitwarden Web vault</title>
|
|
|
|
<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" />
|
|
</head>
|
|
<body class="layout_frontend">
|
|
<app-root>
|
|
<!-- Note: any changes to this html need to be made in the app.component.html as well -->
|
|
<div class="tw-px-6 tw-py-4 tw-flex">
|
|
<img class="new-logo-themed" alt="Bitwarden" />
|
|
<div class="spinner-container tw-justify-center">
|
|
<i
|
|
class="bwi bwi-spinner bwi-spin bwi-3x tw-text-muted"
|
|
title="Loading"
|
|
aria-hidden="true"
|
|
></i>
|
|
</div>
|
|
</div>
|
|
</app-root>
|
|
</body>
|
|
</html>
|