gristlabs_grist-core/static/message.html

13 lines
190 B
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<meta charset="utf8">
</head>
<body>
<!-- INSERT MESSAGE -->
<script>
window.opener.postMessage(message, message.origin);
</script>
</body>
</html>