10 lines
232 B
HTML
10 lines
232 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<script>
|
|
var origin = location.protocol + '//' + location.host;
|
|
(window.opener || window.parent).postMessage(location.hash || location.search, origin);
|
|
</script>
|
|
</body>
|
|
</html>
|