mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-26 02:19:44 +00:00
5 lines
87 B
HTML
5 lines
87 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
window.parent.postMessage({status: "done"}, "*");
|
|
</script>
|