8 lines
109 B
HTML
8 lines
109 B
HTML
<html>
|
|
<body>
|
|
<script>
|
|
parent.postMessage(location.hash, location.origin);
|
|
</script>
|
|
</body>
|
|
</html>
|