Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<script>
onload = () => {
parent.postMessage(location.href, "*");
};
</script>
</head>
<body>child 2</body>
</html>