mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
17 lines
516 B
HTML
17 lines
516 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Bitwarden WebAuthn Connector</title>
|
|
<link href="connectors/webauthn.cc71efde7ad30ee0876f.css" rel="stylesheet"></head>
|
|
|
|
<body style="background: transparent;">
|
|
<img src="images/u2fkey.jpg" class="rounded img-fluid mb-3">
|
|
<div class="text-center">
|
|
<button id="webauthn-button" class="btn btn-primary"></button>
|
|
</div>
|
|
<script type="text/javascript" src="connectors/webauthn.cc71efde7ad30ee0876f.js"></script></body>
|
|
|
|
</html>
|