You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

oauth.html 668B

12345678910111213141516171819202122
  1. <!doctype html>
  2. <html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Jitsi login</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <!--#include virtual="/base.html" -->
  8. <!--#include virtual="/title.html" -->
  9. <script>
  10. (function() {
  11. var windowName = window.name;
  12. window.opener && window.opener.postMessage({
  13. type: 'dropbox-login',
  14. windowName,
  15. url: window.location.href
  16. }, window.location.origin);
  17. })();
  18. </script>
  19. </head>
  20. <body>
  21. </body>
  22. </html>