mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-19 10:20:22 +00:00
7 lines
107 B
HTML
7 lines
107 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
hello!
|
|
</body>
|
|
<script>
|
|
window.parent.postMessage("hello!", "*");
|
|
</script>
|