mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
14 lines
237 B
HTML
14 lines
237 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<script type="text/javascript">
|
||
|
|
|
||
|
|
function boom()
|
||
|
|
{
|
||
|
|
document.body.appendChild(document.createTextNode("\uCEDD\u5C76\u000D\uCA34"));
|
||
|
|
}
|
||
|
|
|
||
|
|
</script>
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body onload="boom();"><span>‮ּ</span></body>
|
||
|
|
</html>
|