6 lines
110 B
HTML
6 lines
110 B
HTML
<html>
|
|
<body>
|
|
<h1>Hi</h1>
|
|
<script>parent.postMessage(location.href, location.origin)</script>
|
|
</body>
|
|
</html>
|