8 lines
116 B
HTML
8 lines
116 B
HTML
<html>
|
|
<body>
|
|
<script>
|
|
parent.postMessage(location.href, location.origin)
|
|
</script>
|
|
</body>
|
|
</html>
|