1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00
bitwarden-browser/src/u2f-connector.html
2017-06-26 14:49:20 -04:00

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>