mirror of
https://github.com/bitwarden/web
synced 2025-12-30 15:13:21 +00:00
37 lines
1.5 KiB
HTML
37 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Bitwarden WebAuthn Connector</title>
|
|
<link href="connectors/webauthn-fallback.b3363ab9ec62970197b0.css" rel="stylesheet"></head>
|
|
|
|
<body class="layout_frontend">
|
|
<div class="container">
|
|
<div class="row justify-content-center mt-5">
|
|
<div class="col-5">
|
|
<img src="images/logo-dark@2x.png" class="mb-4 logo" alt="Bitwarden">
|
|
<div id="spinner">
|
|
<p class="text-center">
|
|
<i class="fa fa-spinner fa-spin fa-2x text-muted" title="Loading" aria-hidden="true"></i>
|
|
</p>
|
|
</div>
|
|
<div id="content" class="card mt-4 d-none">
|
|
<div class="card-body ng-star-inserted">
|
|
<p id="msg" class="text-center"></p>
|
|
<div class="form-check">
|
|
<input type="checkbox" class="form-check-input" id="remember" name="remember">
|
|
<label class="form-check-label" for="remember" id="remember-label"></label>
|
|
</div>
|
|
<hr>
|
|
<p class="text-center mb-0">
|
|
<button id="webauthn-button" class="btn btn-primary btn-lg"></button>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript" src="connectors/webauthn-fallback.b3363ab9ec62970197b0.js"></script></body>
|
|
</html>
|