mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 12:18:08 +00:00
13 lines
218 B
HTML
13 lines
218 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<body>
|
||
|
|
<script>
|
||
|
|
window.opener
|
||
|
|
&& window.opener.postMessage({
|
||
|
|
type: 'ms-login',
|
||
|
|
url: window.location.href
|
||
|
|
}, window.location.origin);
|
||
|
|
</script>
|
||
|
|
</body>
|
||
|
|
</html>
|