bitwarden-estensione-browser/src/connectors/webauthn.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
516 B
HTML
Raw Normal View History

2021-03-16 17:44:31 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Bitwarden WebAuthn Connector</title>
</head>
<body style="background: transparent">
<picture>
<source srcset="../images/u2fkey.avif" type="image/avif">
<source srcset="../images/u2fkey.webp" type="image/webp">
<img src="../images/u2fkey.jpg" class="rounded img-fluid mb-3">
</picture>
2021-03-16 17:44:31 +01:00
<div class="text-center">
<button id="webauthn-button" class="btn btn-primary"></button>
2021-03-16 17:44:31 +01:00
</div>
</body>
</html>