mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
13 lines
193 B
HTML
13 lines
193 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
window.onmessage = event => {
|
|
document.body.textContent = `${event.origin}|${event.data}`;
|
|
};
|
|
</script>
|
|
</head>
|
|
|
|
<body></body>
|
|
</html>
|
|
|