GT2/GT2-Android/node_modules/winchan/relay.html

11 lines
133 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<script>
function doPost(msg, origin) {
window.parent.postMessage(msg, origin);
}
</script>
</html>