mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
8 lines
107 B
HTML
8 lines
107 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
hello!
|
|
</body>
|
|
<script>
|
|
window.parent.postMessage("hello!", "*");
|
|
</script>
|