mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-06 18:57:56 +01:00
13 lines
184 B
HTML
13 lines
184 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>
|