mirror of
https://gitee.com/mafgwo/stackedit
synced 2024-11-16 03:32:40 +08:00
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>
|