1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-29 06:33:40 +00:00

u2f connector frame

This commit is contained in:
Kyle Spearrin
2017-06-26 14:49:20 -04:00
parent bc988181f9
commit 74d8e595f2
4 changed files with 134 additions and 2 deletions

16
src/u2f-connector.html Normal file
View 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>