mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 18:58:40 +09:00
5 lines
216 B
HTML
5 lines
216 B
HTML
<html>
|
|
<body onload="document.createElement('div').appendChild(document.getElementById('i').contentDocument.getElementById('j'));">
|
|
<iframe id="i" src="data:text/html,<img id='j' src='about:blank'>">
|
|
</body>
|
|
</html>
|