mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
loading styles
This commit is contained in:
@@ -19,9 +19,16 @@
|
||||
crossorigin="anonymous">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body class="layout_frontend">
|
||||
<app-root>
|
||||
Loading...
|
||||
<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">
|
||||
<i class="fa fa-spinner fa-spin fa-2x text-muted"></i>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</app-root>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user