Files
vaultwarden/web-vault/duo-connector.html
2018-02-10 01:00:55 +01:00

703 B

<html> <head> <style> html, body { margin: 0; padding: 0; } body { background: #efeff4 url('images/loading.svg') 0 0 no-repeat; } iframe { display: block; width: 100%; height: 400px; border: none; margin: 0; padding: 0; } </style> </head> <script src="js/duo.js"></script> <script src="js/duo-connector.js"></script> </html>