Source code
Revision control
Copy as Markdown
Other Tools
<html>
<head>
<body>
<script type="text/javascript">
"use strict";
window.onload = function() {
window.opener.postMessage("ready", "*");
};
</script>
</body>
</html>