UNPKG

afterwriting-fork-rickschubert

Version:
11 lines (10 loc) 226 B
<html> <body onload="send_message()"> <span id="alert" /> <script> function send_message() { window.opener.postMessage(window.location.href, 'https://afterwriting.com'); } </script> </body> </html>