Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<script>
onload = () => {
window.close();
window.portalHost.postMessage(window.closed);
};
</script>
<!DOCTYPE html>
<script>
onload = () => {
window.close();
window.portalHost.postMessage(window.closed);
};
</script>