mirror of
https://github.com/bitwarden/browser
synced 2026-01-05 01:53:55 +00:00
13 lines
181 B
HTML
13 lines
181 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Bitwarden U2F Connector</title>
|
|
<script src="scripts/u2f.js"></script>
|
|
</head>
|
|
|
|
<body></body>
|
|
|
|
</html>
|