mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
9 lines
197 B
HTML
9 lines
197 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script type="application/javascript">
|
|
document.documentElement.appendChild(document.createTextNode("outbody"));
|
|
</script>
|
|
</head>
|
|
<body>inbody</body>
|
|
</html>
|