Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<html>
<head>
<script>
function notifyOpener() {
opener.postMessage("loaded", "*");
}
</script>
</head>
<body onload="notifyOpener()">
</body>
</html>