Files
element-web/origin_migrator/source.html
T

8 lines
219 B
HTML
Raw Normal View History

2018-12-21 19:14:25 +00:00
<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>