UNPKG

afterwriting

Version:

Post-processing tools for Fountain screenplays

11 lines (10 loc) 214 B
<html> <body onload="send_message()"> <span id="alert" /> <script> function send_message() { window.opener.postMessage(window.location.href, 'http://localhost:8000/'); } </script> </body> </html>