mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
8 lines
219 B
HTML
8 lines
219 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<script src="dest/browser-matrix.min.js"></script>
|
||
|
<script src="source.js"></script>
|
||
|
<iframe name="dest" src="vector://vector/origin_migrator_dest/dest.html" onload="doMigrate()"></iframe>
|
||
|
</body>
|
||
|
</html>
|