1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00
Files
web/src/app/accounts/verify-email-token.component.html
Kyle Spearrin 8bd9eafa37 loading titles
2018-07-17 23:15:15 -04:00

9 lines
302 B
HTML

<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" title="{{'loading' | i18n}}"></i>
</p>
</div>
</div>