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>
|