blob: c0f753781fd2ddd32f88f06adb9eb4d81a219914 [file] [log] [blame]
<html>
<head><title>postmessage</title></head>
<body>
<script>
window.addEventListener('message', function(event) {
window.location.href = event.data
});
</script>
</body>
</html>