Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<body>
<script>
onmessage = function(e) {
parent.postMessage(e.data, "*");
};
</script>
<iframe src="embedder2.html"></iframe>
</body>
</html>