12345678910111213141516171819202122 |
- <!doctype html>
- <html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#">
- <head>
- <meta charset="utf-8">
- <title>Jitsi login</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <!--#include virtual="/base.html" -->
- <!--#include virtual="/title.html" -->
- <script>
- (function() {
- var windowName = window.name;
- window.opener && window.opener.postMessage({
- type: 'dropbox-login',
- windowName,
- url: window.location.href
- }, window.location.origin);
- })();
- </script>
- </head>
- <body>
- </body>
- </html>
|