mirror of
https://github.com/bitwarden/browser
synced 2025-12-29 06:33:40 +00:00
u2f connector frame
This commit is contained in:
16
src/u2f-connector.html
Normal file
16
src/u2f-connector.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>U2F Connector</title>
|
||||
</head>
|
||||
<body>
|
||||
<!-- @if true !>
|
||||
<script src="js/u2f.min.js?v=<!-- @echo cacheTag !>"></script>
|
||||
<!-- @endif -->
|
||||
<!-- @exclude -->
|
||||
<script src="js/u2f-api.js"></script>
|
||||
<script src="js/u2f-connector.js"></script>
|
||||
<!-- @endexclude -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user