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