mirror of
https://github.com/bitwarden/browser
synced 2024-12-24 17:11:55 +01:00
17 lines
371 B
HTML
17 lines
371 B
HTML
|
<!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>
|