mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04: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>
|