Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>Iframed</title>
<script>
const uuid = new URL(window.location).searchParams.get("iframe-uuid");
top.postMessage({ uuid, message: "loaded" }, "*");
</script>